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

ruby-changes:45296

From: nobu <ko1@a...>
Date: Thu, 19 Jan 2017 14:24:40 +0900 (JST)
Subject: [ruby-changes:45296] nobu:r57369 (trunk): id_table.c: fix typo

nobu	2017-01-19 14:24:34 +0900 (Thu, 19 Jan 2017)

  New Revision: 57369

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57369

  Log:
    id_table.c: fix typo

  Modified files:
    trunk/id_table.c
Index: id_table.c
===================================================================
--- id_table.c	(revision 57368)
+++ id_table.c	(revision 57369)
@@ -29,7 +29,7 @@ https://github.com/ruby/ruby/blob/trunk/id_table.c#L29
  *   32: array(14) (capa <= 32) + hash(22)
  *   33: array(12) (capa <= 64) + hash(22)
  *   34: array(14) (capa <= 64) + hash(22)
- *   34: array(15) (capa <= 64) + hash(22)
+ *   35: array(15) (capa <= 64) + hash(22)
  */
 
 #ifndef ID_TABLE_IMPL

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

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