summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-08 22:00:22 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-08 22:00:22 +0000
commit77197e44d68fe2915717add6177aa4f0603880b5 (patch)
tree50dcc3ad2fb093783b5800277fea4788d2428fb6 /src
parentd5bc83f576a26dd27fab558fdee472838b66bbb4 (diff)
updated for version 7.0165
Diffstat (limited to 'src')
-rw-r--r--src/quickfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index e1e0d16e43..d0a2e153e9 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -1674,7 +1674,7 @@ qf_msg()
}
/*
- * free the error list
+ * Free error list "idx".
*/
static void
qf_free(idx)