Set parameter name as function declaration

This commit is contained in:
punkymaniac
2022-01-12 09:38:09 +01:00
parent 4e93ecfa7a
commit 7491b3fd5d
2 changed files with 2 additions and 2 deletions

View File

@@ -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.