diff options
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 1b8933056..f1b4fd691 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -94,7 +94,7 @@ open_buffer(read_stdin, eap) break; /* * if there is no memfile at all, exit - * This is OK, since there are no changes to loose. + * This is OK, since there are no changes to lose. */ if (curbuf == NULL) { |