diff options
Diffstat (limited to 'src/insdel.c')
-rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index fd725ac8785..1231bb2682b 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -708,7 +708,7 @@ insert_char (int c) insert ((char *) str, len); } -/* Insert the null-terminated string S before point. */ +/* Insert the NUL-terminated string S before point. */ void insert_string (const char *s) |