summaryrefslogtreecommitdiff
path: root/include/git2/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/tag.h')
-rw-r--r--include/git2/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/tag.h b/include/git2/tag.h
index c2d490d26..4e5fe1db1 100644
--- a/include/git2/tag.h
+++ b/include/git2/tag.h
@@ -217,7 +217,7 @@ GIT_EXTERN(int) git_tag_annotation_create(
* @param force Overwrite existing tags
* @return 0 on success; error code otherwise
*/
-GIT_EXTERN(int) git_tag_create_frombuffer(
+GIT_EXTERN(int) git_tag_create_from_buffer(
git_oid *oid,
git_repository *repo,
const char *buffer,