From b1ec25facc4fe0cf7633e05f340e689c9f728ed0 Mon Sep 17 00:00:00 2001 From: "Scott J. Goldman" Date: Thu, 10 May 2012 17:16:24 -0700 Subject: [PATCH] Fix comment typo in common.h --- include/git2/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/common.h b/include/git2/common.h index a8f8d8e1e..0e9379804 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -77,7 +77,7 @@ GIT_BEGIN_DECL #endif /** - * The maximum length of a git valid git path. + * The maximum length of a valid git path. */ #define GIT_PATH_MAX 4096