Fixed comment typo, found by @ThePablick

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-04-19 14:32:29 +00:00
Родитель 17817e9da6
Коммит ff6eb8fe9a
1 изменённых файлов: 1 добавлений и 1 удалений

2
st.c
Просмотреть файл

@ -102,7 +102,7 @@ st_realloc_bins(st_table_entry **bins, st_index_t newsize, st_index_t oldsize)
return bins;
}
/* Shortage */
/* Shortcut */
#define bins as.big.bins
#define head as.big.head
#define tail as.big.tail