Skip to content

Commit 7f5ac59

Browse files
committed
patch-ids.h: add missing trailing parenthesis in documentation comment
Signed-off-by: Elijah Newren <newren@gmail.com>
1 parent 9f223ef commit 7f5ac59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patch-ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int has_commit_patch_id(struct commit *commit, struct patch_ids *);
3737
* struct patch_id *cur;
3838
* for (cur = patch_id_iter_first(commit, ids);
3939
* cur;
40-
* cur = patch_id_iter_next(cur, ids) {
40+
* cur = patch_id_iter_next(cur, ids)) {
4141
* ... look at cur->commit
4242
* }
4343
*/

0 commit comments

Comments
 (0)