summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-08-06 17:06:04 +0000
committerBram Moolenaar <Bram@vim.org>2008-08-06 17:06:04 +0000
commite37d50a5def1c0ff162392cd3f017059c458650c (patch)
treee7d1e2b17976b130d1283d33b091baf30cfc5d2c /src/buffer.c
parentda40c8536c2b7bdbd1d192ee1aa3045e2119675e (diff)
updated for version 7.2c-000v7.2c.000
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1b89330568..f1b4fd6916 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)
{