summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 5acdc6365c..bc3078bcf4 100644
--- a/file.c
+++ b/file.c
@@ -118,7 +118,7 @@ apply2files(func, vargs, arg)
/*
* call-seq:
- * file.path -> file_ame
+ * file.path -> filename
*
* Returns the pathname used to create <i>file</i> as a string. Does
* not normalize the name.