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:
parent
17817e9da6
commit
ff6eb8fe9a
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue