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
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…
x
Reference in New Issue
Block a user