summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 10:59:38 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 10:59:38 +0000
commite3a57e06de2745670dba98fb917a29b552f17061 (patch)
treea78bd3d24f93ec8cebafa7f4b43db09a2cc3dd49 /file.c
parentd863be7cb629712e31f393e6ff34887fc0a541bc (diff)
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 6de2feaa64..b74969eef5 100644
--- a/file.c
+++ b/file.c
@@ -5545,7 +5545,7 @@ statfs_fstypename(VALUE self)
return rb_str_new_cstr(get_statfs(self)->f_fstypename);
}
#else
-#define statfs_fsname rb_f_notimplement
+#define statfs_fstypename rb_f_notimplement
#endif
VALUE rb_mFConst;