ruby-changes:28324
From: zzak <ko1@a...>
Date: Fri, 19 Apr 2013 23:32:40 +0900 (JST)
Subject: [ruby-changes:28324] zzak:r40376 (trunk): Fixed comment typo, found by @ThePablick
zzak 2013-04-19 23:32:29 +0900 (Fri, 19 Apr 2013) New Revision: 40376 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40376 Log: Fixed comment typo, found by @ThePablick Modified files: trunk/st.c Index: st.c =================================================================== --- st.c (revision 40375) +++ st.c (revision 40376) @@ -102,7 +102,7 @@ st_realloc_bins(st_table_entry **bins, s https://github.com/ruby/ruby/blob/trunk/st.c#L102 return bins; } -/* Shortage */ +/* Shortcut */ #define bins as.big.bins #define head as.big.head #define tail as.big.tail -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/