summaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-14 11:31:10 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-14 11:31:10 +0000
commitaaf8803817384f29bbc065f105f78f1d25550fc0 (patch)
treec23002cb6654ec3cde2f154df96d7be1d8e5e6c2 /vm_insnhelper.c
parent4c8e05775341d68ec8a3a413820057f65d897b96 (diff)
downloadruby-aaf8803817384f29bbc065f105f78f1d25550fc0.tar.gz
ruby-aaf8803817384f29bbc065f105f78f1d25550fc0.tar.xz
ruby-aaf8803817384f29bbc065f105f78f1d25550fc0.zip
* README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update
filenames. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 5c4930499..39b379429 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1,6 +1,6 @@
/**********************************************************************
- insnhelper.c - instruction helper functions.
+ vm_insnhelper.c - instruction helper functions.
$Author$