summaryrefslogtreecommitdiff
path: root/include/git2/commit.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2022-01-17 21:21:54 -0500
committerGitHub <noreply@github.com>2022-01-17 21:21:54 -0500
commitd4232e7c91da8365910e3cb947626f3426472330 (patch)
tree387f2ba33603a3af47b7ae7aa9efe480547923f9 /include/git2/commit.h
parent7491b3fd5d2d358c148aea0ba1db5e91b7ca9974 (diff)
downloadlibgit2-d4232e7c91da8365910e3cb947626f3426472330.tar.gz
Apply suggestions from code review
Diffstat (limited to 'include/git2/commit.h')
-rw-r--r--include/git2/commit.h2
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.