diff options
author | Vicent Martà <tanoku@gmail.com> | 2012-05-14 11:01:14 -0700 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2012-05-14 11:01:14 -0700 |
commit | 72bfde97908007ef28b6ab34dcece2aea90c8f53 (patch) | |
tree | 2ca42665f5e7ae0cbd28c54ec2be438bfe1fd10f /include/git2/common.h | |
parent | 27f5b7cfed263a2b0cc01f6f7b6036a1b5ec9ec9 (diff) | |
parent | 212eb09d5fdf04018478eb375df369f9e7e56b66 (diff) | |
download | libgit2-72bfde97908007ef28b6ab34dcece2aea90c8f53.tar.gz |
Merge pull request #681 from scottjg/solaris-fixes
Fix build/runtime issues on Solaris
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 |