diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-18 15:24:45 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-18 15:24:45 +0000 |
commit | 094a55ba46b90bd69b45fe535677bccd07ac7e3b (patch) | |
tree | 70577eea201638209e2e19c7ff21387f0ebd4c4b /libcpp/include/cpplib.h | |
parent | 6f6f3dd798738815810f5c983ba666b6552cbd57 (diff) |
* include/cpplib.h (struct cpp_options): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/include/cpplib.h')
-rw-r--r-- | libcpp/include/cpplib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 30b1e983c4af..4d68fa76b093 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -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; |