aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-19 14:32:29 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-19 14:32:29 +0000
commitff6eb8fe9ab9b3822f38840e6adc1875eaaaeaf0 (patch)
treef798c29911d4c9669e33472e7617b81a826dbbbc /st.c
parent17817e9da6dd88ebf0b7f850c4b1f32291d17e9e (diff)
downloadruby-ff6eb8fe9ab9b3822f38840e6adc1875eaaaeaf0.tar.gz
Fixed comment typo, found by @ThePablick
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
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