diff options
Diffstat (limited to 'src/git/common.h')
-rw-r--r-- | src/git/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git/common.h b/src/git/common.h index faf9702a7..672aa5548 100644 --- a/src/git/common.h +++ b/src/git/common.h @@ -85,9 +85,9 @@ GIT_BEGIN_DECL -/** +/** * Representation of an existing git repository, - * including all its object contents + * including all its object contents */ typedef struct git_repository git_repository; |