Skip to content

Commit 669638f

Browse files
Kaartic Sivaraamgitster
authored andcommitted
builtin/commit.c: fix a typo in the comment
Signed-off-by: Kaartic Sivaraam <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8c8e978 commit 669638f

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)