git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] comment: fix a typo in the comment
@ 2017-07-05 17:03 Kaartic Sivaraam
  2017-07-05 18:18 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Kaartic Sivaraam @ 2017-07-05 17:03 UTC (permalink / raw)
  To: gitster; +Cc: git

---
 Though very trivial, I wanted to correct this as I didn't
 want to ignore it after seeing it.

 builtin/commit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/commit.c b/builtin/commit.c
index 8d1cac0..aff6bf7 100644
--- a/builtin/commit.c
+++ b/builtin/commit.c
@@ -984,7 +984,7 @@ static int rest_is_empty(struct strbuf *sb, int start)
 	int i, eol;
 	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++) {
 		nl = memchr(sb->buf + i, '\n', sb->len - i);
 		if (nl)
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-07 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 17:03 [PATCH] comment: fix a typo in the comment Kaartic Sivaraam
2017-07-05 18:18 ` Junio C Hamano
2017-07-06  3:17   ` Kaartic Sivaraam
2017-07-06 14:47     ` SZEDER Gábor
2017-07-06 16:04       ` Junio C Hamano
2017-07-07 16:02         ` [PATCH] commit: " Kaartic Sivaraam
2017-07-06  3:19   ` [PATCH] comment: " Kaartic Sivaraam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).