diff options
author | punkymaniac <punkymaniac@protonmail.ch> | 2022-01-12 09:38:09 +0100 |
---|---|---|
committer | punkymaniac <punkymaniac@protonmail.ch> | 2022-01-12 09:40:13 +0100 |
commit | 7491b3fd5d2d358c148aea0ba1db5e91b7ca9974 (patch) | |
tree | 52fe18527a6545dbcd95d8b0661e5b2134afebc5 /include/git2/commit.h | |
parent | 4e93ecfa7a5626496cb357c9fe6f5f16f1bcac25 (diff) | |
download | libgit2-7491b3fd5d2d358c148aea0ba1db5e91b7ca9974.tar.gz |
Set parameter name as function declaration
Diffstat (limited to 'include/git2/commit.h')
-rw-r--r-- | include/git2/commit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/commit.h b/include/git2/commit.h index 29e7271ea..2181a7d7e 100644 --- a/include/git2/commit.h +++ b/include/git2/commit.h @@ -479,7 +479,7 @@ GIT_EXTERN(int) git_commit_create_buffer( * to the commit and write it into the given repository. * * @param out the resulting commit id - * @param repository the repository where to create the commit. + * @param repo the repository where to create the commit. * @param commit_content the content of the unsigned commit object * @param signature the signature to add to the commit. Leave `NULL` * to create a commit without adding a signature field. |