Merge branch 'ks/typofix-commit-c-comment' into maint
Typofix. * ks/typofix-commit-c-comment: builtin/commit.c: fix a typo in the comment
This commit is contained in:
		| @ -984,7 +984,7 @@ static int rest_is_empty(struct strbuf *sb, int start) | |||||||
| 	int i, eol; | 	int i, eol; | ||||||
| 	const char *nl; | 	const char *nl; | ||||||
|  |  | ||||||
| 	/* Check if the rest is just whitespace and Signed-of-by's. */ | 	/* Check if the rest is just whitespace and Signed-off-by's. */ | ||||||
| 	for (i = start; i < sb->len; i++) { | 	for (i = start; i < sb->len; i++) { | ||||||
| 		nl = memchr(sb->buf + i, '\n', sb->len - i); | 		nl = memchr(sb->buf + i, '\n', sb->len - i); | ||||||
| 		if (nl) | 		if (nl) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Junio C Hamano
					Junio C Hamano