aboutsummaryrefslogtreecommitdiffstats
path: root/id_table.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-19 05:24:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-19 05:24:34 +0000
commit11aea79b64ed1b78c12b554cab5a4480d161fe9c (patch)
treef94734bf1b793a14e0654f0cfad64332bf36b16e /id_table.c
parent9708ef369cfa2b255cf213780f521925b0b20cd5 (diff)
downloadruby-11aea79b64ed1b78c12b554cab5a4480d161fe9c.tar.gz
id_table.c: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'id_table.c')
-rw-r--r--id_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/id_table.c b/id_table.c
index f0f37cc913..47b396d835 100644
--- a/id_table.c
+++ b/id_table.c
@@ -29,7 +29,7 @@
* 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