examples: correct git_commit_time comment

This commit is contained in:
qaqland
2025-12-31 16:30:23 +08:00
committed by Edward Thomson
parent 60a9ffba60
commit 2c34cc73d2

View File

@@ -374,7 +374,7 @@ static void commit_parsing(git_repository *repo)
/**
* Each of the properties of the commit object are accessible via methods,
* including commonly needed variations, such as `git_commit_time` which
* returns the author time and `git_commit_message` which gives you the
* returns the committer time and `git_commit_message` which gives you the
* commit message (as a NUL-terminated string).
*/
message = git_commit_message(commit);