We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f223ef commit 7f5ac59Copy full SHA for 7f5ac59
1 file changed
patch-ids.h
@@ -37,7 +37,7 @@ int has_commit_patch_id(struct commit *commit, struct patch_ids *);
37
* struct patch_id *cur;
38
* for (cur = patch_id_iter_first(commit, ids);
39
* cur;
40
- * cur = patch_id_iter_next(cur, ids) {
+ * cur = patch_id_iter_next(cur, ids)) {
41
* ... look at cur->commit
42
* }
43
*/
0 commit comments