1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
parent 17817e9da6
commit ff6eb8fe9a

2
st.c
View file

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