Skip to content

Commit ecab58c

Browse files
committed
Merge branch 'ks/typofix-commit-c-comment' into maint
Typofix. * ks/typofix-commit-c-comment: builtin/commit.c: fix a typo in the comment
2 parents 9d21a96 + 669638f commit ecab58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ static int rest_is_empty(struct strbuf *sb, int start)
984984
int i, eol;
985985
const char *nl;
986986

987-
/* Check if the rest is just whitespace and Signed-of-by's. */
987+
/* Check if the rest is just whitespace and Signed-off-by's. */
988988
for (i = start; i < sb->len; i++) {
989989
nl = memchr(sb->buf + i, '\n', sb->len - i);
990990
if (nl)

0 commit comments

Comments
 (0)