* include/cpplib.h: Fix comment typo.
authorAndreas Schwab <schwab@suse.de>
Mon, 1 Aug 2016 12:45:32 +0000 (12:45 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 1 Aug 2016 12:45:32 +0000 (12:45 +0000)
From-SVN: r238951

libcpp/ChangeLog
libcpp/include/cpplib.h

index 0cdd75d956ac55e3d72e2077b9a2f3e80d991268..da3df67b8a872db4858e8703da0b83779c1899c9 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-01  Andreas Schwab  <schwab@suse.de>
+
+       * include/cpplib.h: Fix comment typo.
+
 2016-07-27  David Malcolm  <dmalcolm@redhat.com>
 
        * include/line-map.h (source_location): Fix line numbers in
index 543f3b971531becd46755014c6481474cf687ae8..4e0084c1c7dac1dae0ad45adbd759a0a7435b789 100644 (file)
@@ -880,7 +880,7 @@ struct cpp_num
 #define CPP_N_FLOATING 0x0002
 
 #define CPP_N_WIDTH    0x00F0
-#define CPP_N_SMALL    0x0010  /* int, float, shrot _Fract/Accum  */
+#define CPP_N_SMALL    0x0010  /* int, float, short _Fract/Accum  */
 #define CPP_N_MEDIUM   0x0020  /* long, double, long _Fract/_Accum.  */
 #define CPP_N_LARGE    0x0040  /* long long, long double,
                                   long long _Fract/Accum.  */