[前][次][番号順一覧][スレッド一覧]

ruby-changes:29489

From: kazu <ko1@a...>
Date: Fri, 21 Jun 2013 21:50:08 +0900 (JST)
Subject: [ruby-changes:29489] kazu:r41541 (trunk): fix a typo

kazu	2013-06-21 21:49:58 +0900 (Fri, 21 Jun 2013)

  New Revision: 41541

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41541

  Log:
    fix a typo

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 41540)
+++ ChangeLog	(revision 41541)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
 Fri Jun 21 21:29:49 2013  Masaya Tarui  <tarui@r...>
 
-	* gc.c (typedef enum): Introdule flags of major gc reason.
+	* gc.c (typedef enum): Introduce flags of major gc reason.
 	* gc.c (garbage_collect_body): Ditto.
 	* gc.c (gc_profile_flags): Ditto.
 	* gc.c (gc_profile_dump_on): Ditto.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]