aboutsummaryrefslogtreecommitdiff
path: root/util/ansi2knr.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ansi2knr.c')
-rw-r--r--util/ansi2knr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ansi2knr.c b/util/ansi2knr.c
index 1b32b068ab0b..a042674d5c1b 100644
--- a/util/ansi2knr.c
+++ b/util/ansi2knr.c
@@ -64,7 +64,7 @@ program under the GPL.
lpd 2000-04-12 backs out Eggert's changes because of bugs:
- concatlits didn't declare the type of its bufend argument;
- - concatlits didn't't recognize when it was inside a comment;
+ - concatlits didn't recognize when it was inside a comment;
- scanstring could scan backward past the beginning of the string; when
- the check for \ + newline in scanstring was unnecessary.