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
commit00ed779cb0b34600092c5486475419142cd9d112 (patch)
treef94734bf1b793a14e0654f0cfad64332bf36b16e /id_table.c
parentd6fc7d43d7e08fced7323006f14393c4a1462b7d (diff)
downloadruby-00ed779cb0b34600092c5486475419142cd9d112.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