ruby-changes:26811
From: kou <ko1@a...>
Date: Thu, 17 Jan 2013 21:09:56 +0900 (JST)
Subject: [ruby-changes:26811] kou:r38863 (trunk): * eval.c: Fix a typo in ruby_finalize() documentation.
kou 2013-01-17 21:09:44 +0900 (Thu, 17 Jan 2013) New Revision: 38863 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38863 Log: * eval.c: Fix a typo in ruby_finalize() documentation. Modified files: trunk/ChangeLog trunk/eval.c Index: ChangeLog =================================================================== --- ChangeLog (revision 38862) +++ ChangeLog (revision 38863) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Jan 17 21:08:20 2013 Kouhei Sutou <kou@c...> + + * eval.c: Fix a typo in ruby_finalize() documentation. + Thu Jan 17 20:28:18 2013 Benoit Daloze <eregontp@g...> * object.c: Typo in Kernel#hash documentation. Index: eval.c =================================================================== --- eval.c (revision 38862) +++ eval.c (revision 38863) @@ -129,7 +129,7 @@ ruby_finalize_1(void) https://github.com/ruby/ruby/blob/trunk/eval.c#L129 /** 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/