]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* include/cpplib.h (struct cpp_options): Fix typo.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 18 Aug 2011 15:24:45 +0000 (16:24 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 18 Aug 2011 15:24:45 +0000 (16:24 +0100)
From-SVN: r177869

libcpp/ChangeLog
libcpp/include/cpplib.h

index ad51473536686108157eb27fa0a6acd5c8017fa9..4ee03638d15acf0f23f886ab0556282a8c57ac0e 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * include/cpplib.h (struct cpp_options): Fix typo.
+
 2011-08-18  Joseph Myers  <joseph@codesourcery.com>
 
        * include/cpplib.h (struct cpp_options): Add rliterals.
index 30b1e983c4afa661db8bfb0aee53fea039de6973..4d68fa76b093625772d01616a67d155b6981551d 100644 (file)
@@ -315,7 +315,7 @@ struct cpp_options
   /* Nonzero means process u/U prefix literals (UTF-16/32).  */
   unsigned char uliterals;
 
-  /* Nonzero means process r/R rax strings.  If this is set, uliterals
+  /* Nonzero means process r/R raw strings.  If this is set, uliterals
      must be set as well.  */
   unsigned char rliterals;