mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 03:26:44 +00:00
Fix typo
This commit is contained in:
parent
68581754f3
commit
4ae4a9bbd1
@ -143,7 +143,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.
|
||||
|
Loading…
Reference in New Issue
Block a user