From ff6eb8fe9ab9b3822f38840e6adc1875eaaaeaf0 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 19 Apr 2013 14:32:29 +0000 Subject: [PATCH] Fixed comment typo, found by @ThePablick git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index eaed209886..9151267263 100644 --- a/st.c +++ b/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