Commit b1ec25facc4fe0cf7633e05f340e689c9f728ed0

Scott J. Goldman 2012-05-10T17:16:24

Fix comment typo in common.h

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/common.h b/include/git2/common.h
index a8f8d8e..0e93798 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