summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-21 20:56:23 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-21 20:56:23 +0000
commit62df750a4babea816d21092f57345c7a48b5d2dc (patch)
tree6cd44f548dc753973ad3785cfa4ec278772ef0a4 /eval.c
parentc7a68e8d9d8cecd5b4305cb3787e843da1249c1b (diff)
* eval.c (ruby_cleanup): Fixed typo. Patch by Trever Dawe.
Fixes #131 (github). [ruby-trunk - Bug #6619] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36170 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 0d9942ff00..48276487ba 100644
--- a/eval.c
+++ b/eval.c
@@ -144,7 +144,7 @@ ruby_finalize(void)
* resources used by the VM.
*
* @param ex Default value to the return value.
- * @return If an error occured returns a non-zero. If otherwise, reurns the
+ * @return If an error occured returns a non-zero. If otherwise, returns the
* given ex.
* @note This function does not raise any exception.
*/