diff options
author | Russell Belfer <rb@github.com> | 2014-03-07 09:13:43 -0800 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2014-03-07 09:13:43 -0800 |
commit | 5a6de908f6a89e032f865f7031b0a697c3ecfc4f (patch) | |
tree | 28ada834598a5f3340aabfb5d892dbf86b7d7680 /include/git2/object.h | |
parent | 628edd6b1b41b23e79a821229569880d5c9dfcc7 (diff) | |
parent | feebe6150f33b9713505c76ff2f204997b9d8687 (diff) | |
download | libgit2-5a6de908f6a89e032f865f7031b0a697c3ecfc4f.tar.gz |
Merge pull request #2153 from mekishizufu/tag_example
Add a tag example
Diffstat (limited to 'include/git2/object.h')
-rw-r--r-- | include/git2/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/object.h b/include/git2/object.h index 416feffbc..7417ea913 100644 --- a/include/git2/object.h +++ b/include/git2/object.h @@ -153,7 +153,7 @@ GIT_EXTERN(git_repository *) git_object_owner(const git_object *obj); GIT_EXTERN(void) git_object_free(git_object *object); /** - * Convert an object type to it's string representation. + * Convert an object type to its string representation. * * The result is a pointer to a string in static memory and * should not be free()'ed. |