From 7c1ffff9f2bb49e9dc27ed41c58bdf26dcda091e Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 18 Aug 2011 16:24:45 +0100 Subject: [PATCH] * include/cpplib.h (struct cpp_options): Fix typo. From-SVN: r177869 --- libcpp/ChangeLog | 4 ++++ libcpp/include/cpplib.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ad5147353668..4ee03638d15a 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2011-08-18 Joseph Myers + + * include/cpplib.h (struct cpp_options): Fix typo. + 2011-08-18 Joseph Myers * include/cpplib.h (struct cpp_options): Add rliterals. 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; -- 2.47.3