summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.EXT2
-rw-r--r--README.EXT.ja2
-rw-r--r--vm_exec.c2
-rw-r--r--vm_insnhelper.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.EXT b/README.EXT
index 295d6005f0..edfbf221a6 100644
--- a/README.EXT
+++ b/README.EXT
@@ -816,7 +816,7 @@ ruby evaluator (a.k.a. YARV)
vm.c
vm_dump.c
vm_eval.c
- vm_evalbody.c
+ vm_exec.c
vm_insnhelper.c
vm_method.c
diff --git a/README.EXT.ja b/README.EXT.ja
index 062a14020d..9a8a4fd610 100644
--- a/README.EXT.ja
+++ b/README.EXT.ja
@@ -927,7 +927,7 @@ Ruby¤Îɾ²Á´ï(Ä̾ÎYARV)
vm.c
vm_dump.c
vm_eval.c
- vm_evalbody.c
+ vm_exec.c
vm_insnhelper.c
vm_method.c
diff --git a/vm_exec.c b/vm_exec.c
index fc04fc6a1d..e82ff08fcf 100644
--- a/vm_exec.c
+++ b/vm_exec.c
@@ -1,7 +1,7 @@
/* -*-c-*- */
/**********************************************************************
- vm_evalbody.c -
+ vm_exec.c -
$Author$
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$