summaryrefslogtreecommitdiff
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
commite1a2fec2bbaf13ec3b094b9b40dcb1a3aa049dcf (patch)
treec23002cb6654ec3cde2f154df96d7be1d8e5e6c2 /vm_insnhelper.c
parent5136031055433d1eba6a77353fa842f5adfc3dc4 (diff)
* README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update
filenames. git-svn-id: svn+ssh://ci.ruby-lang.org/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 5c4930499c..39b379429f 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$