summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-17 12:09:44 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-17 12:09:44 +0000
commit53ec135d45e298b296c58cd39d7782781cf4e525 (patch)
tree14957a4d17fe0cdc85d5aaa37be6520b454311be /eval.c
parent3a50fb15d00aed9debc95bfb2db40553b4570174 (diff)
* eval.c: Fix a typo in ruby_finalize() documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 2c24474d3f..1b746f26ad 100644
--- a/eval.c
+++ b/eval.c
@@ -129,7 +129,7 @@ ruby_finalize_1(void)
/** Runs the VM finalization processes.
*
- * <code>END{}</code> and procs registered by <code>Kernel.#at_ext</code> are
+ * <code>END{}</code> and procs registered by <code>Kernel.#at_exit</code> are
* executed here. See the Ruby language spec for more details.
*
* @note This function is allowed to raise an exception if an error occurred.