diff options
author | Edward Thomson <ethomson@github.com> | 2022-01-17 21:21:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 21:21:54 -0500 |
commit | d4232e7c91da8365910e3cb947626f3426472330 (patch) | |
tree | 387f2ba33603a3af47b7ae7aa9efe480547923f9 /include/git2/commit.h | |
parent | 7491b3fd5d2d358c148aea0ba1db5e91b7ca9974 (diff) | |
download | libgit2-d4232e7c91da8365910e3cb947626f3426472330.tar.gz |
Apply suggestions from code review
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 2181a7d7e..67170cb9c 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 repo the repository where to create the commit. + * @param repo the repository to create the commit in. * @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. |