Skip to content

Commit 7491b3f

Browse files
committed
Set parameter name as function declaration
1 parent 4e93ecf commit 7491b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/git2/branch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GIT_BEGIN_DECL
3434
*
3535
* @param out Pointer where to store the underlying reference.
3636
*
37-
* @param repository the repository where to create the branch.
37+
* @param repo the repository where to create the branch.
3838
*
3939
* @param branch_name Name for the branch; this name is
4040
* validated for consistency. It should also not conflict with

include/git2/commit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ GIT_EXTERN(int) git_commit_create_buffer(
479479
* to the commit and write it into the given repository.
480480
*
481481
* @param out the resulting commit id
482-
* @param repository the repository where to create the commit.
482+
* @param repo the repository where to create the commit.
483483
* @param commit_content the content of the unsigned commit object
484484
* @param signature the signature to add to the commit. Leave `NULL`
485485
* to create a commit without adding a signature field.

0 commit comments

Comments
 (0)