mirror of
https://github.com/git/git.git
synced 2026-06-24 08:48:31 +00:00
patch-ids.h: add missing trailing parenthesis in documentation comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
7f582faa06
commit
adfb1e4993
@@ -37,7 +37,7 @@ int has_commit_patch_id(struct commit *commit, struct patch_ids *);
|
||||
* struct patch_id *cur;
|
||||
* for (cur = patch_id_iter_first(commit, ids);
|
||||
* cur;
|
||||
* cur = patch_id_iter_next(cur, ids) {
|
||||
* cur = patch_id_iter_next(cur, ids)) {
|
||||
* ... look at cur->commit
|
||||
* }
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user