From 0eb195cee314d100e845efcd86b45dd3282b52aa Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 4 Jun 2015 02:53:11 +0000 Subject: * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovanton [fix GH-923] * include/ruby/st.h: ditto. * include/ruby/util.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/st.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/st.h') diff --git a/include/ruby/st.h b/include/ruby/st.h index 0ef499944a..b4fdf7e8ea 100644 --- a/include/ruby/st.h +++ b/include/ruby/st.h @@ -78,7 +78,7 @@ struct st_table { * implementation-defined type. It is implementation-defined whether * atomic types are permitted. * In short, long and long long bit-field are implementation-defined - * feature. Therefore we want to supress a warning explicitly. + * feature. Therefore we want to suppress a warning explicitly. */ __extension__ #endif -- cgit v1.2.3