public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* libcpp: Fix comment typo
@ 2016-08-01 12:46 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2016-08-01 12:46 UTC (permalink / raw)
  To: gcc-patches

Committed.

Andreas.

	* include/cpplib.h: Fix comment typo.

diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h
index 543f3b9..4e0084c 100644
--- a/libcpp/include/cpplib.h
+++ b/libcpp/include/cpplib.h
@@ -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.  */
-- 
2.9.2

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-01 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 12:46 libcpp: Fix comment typo Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).