diff options
author | Scott J. Goldman <scottjgo@gmail.com> | 2012-05-10 17:16:24 -0700 |
---|---|---|
committer | Scott J. Goldman <scottjgo@gmail.com> | 2012-05-10 17:16:38 -0700 |
commit | b1ec25facc4fe0cf7633e05f340e689c9f728ed0 (patch) | |
tree | 5da3625e9979a9eb61b6affad427f46714af7be4 /include/git2/common.h | |
parent | 54bdc64a92bbef7fcc311fa00e38e32cb0bc71e5 (diff) | |
download | libgit2-b1ec25facc4fe0cf7633e05f340e689c9f728ed0.tar.gz |
Fix comment typo in common.h
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
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 |