Fix double words in comments. No code changes
Signed-off-by: Marek Polacek <mpolacek@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
88d3cfdb75
commit
b0b8884009
@ -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);
|
||||
|
Reference in New Issue
Block a user