From b0b8884009f9844e75d10f9e5d4ac16ef6b36170 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Sat, 16 Apr 2011 17:33:43 +0200 Subject: Fix double words in comments. No code changes Signed-off-by: Marek Polacek Signed-off-by: Denys Vlasenko --- editors/ed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/ed.c') diff --git a/editors/ed.c b/editors/ed.c index 41ac88c32..dbb51306c 100644 --- a/editors/ed.c +++ b/editors/ed.c @@ -454,7 +454,7 @@ static void subCommand(const char *cmd, int num1, int num2) /* * The new string is larger, so allocate a new line - * structure and use that. Link it in in place of + * structure and use that. Link it in place of * the old line structure. */ nlp = xmalloc(sizeof(LINE) + lp->len + deltaLen); -- cgit v1.2.3