summaryrefslogtreecommitdiff
path: root/include/git2/common.h
diff options
context:
space:
mode:
authorScott J. Goldman <scottjgo@gmail.com>2012-05-10 17:16:24 -0700
committerScott J. Goldman <scottjgo@gmail.com>2012-05-10 17:16:38 -0700
commitb1ec25facc4fe0cf7633e05f340e689c9f728ed0 (patch)
tree5da3625e9979a9eb61b6affad427f46714af7be4 /include/git2/common.h
parent54bdc64a92bbef7fcc311fa00e38e32cb0bc71e5 (diff)
downloadlibgit2-b1ec25facc4fe0cf7633e05f340e689c9f728ed0.tar.gz
Fix comment typo in common.h
Diffstat (limited to 'include/git2/common.h')
-rw-r--r--include/git2/common.h2
1 files changed, 1 insertions, 1 deletions
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