diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-21 06:05:06 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-21 06:05:06 +0000 |
commit | 1d9c76d637a2391ca03978c591d85b5ac8579bcc (patch) | |
tree | 1d7a24362060dfb3986907e48679b5ab62d12514 /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 377aa20e6e4a94cecc363a5d8b583cbbdce7a689 (diff) | |
download | bcm5719-llvm-1d9c76d637a2391ca03978c591d85b5ac8579bcc.tar.gz bcm5719-llvm-1d9c76d637a2391ca03978c591d85b5ac8579bcc.zip |
Fix typo in comment.
llvm-svn: 111729
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
-rw-r--r-- | clang/lib/Frontend/InitPreprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/InitPreprocessor.cpp b/clang/lib/Frontend/InitPreprocessor.cpp index 88feca953a6..29a8bec1f6e 100644 --- a/clang/lib/Frontend/InitPreprocessor.cpp +++ b/clang/lib/Frontend/InitPreprocessor.cpp @@ -319,7 +319,7 @@ static void InitializePredefinedMacros(const TargetInfo &TI, Builder.defineMacro("__cplusplus"); else // C++ [cpp.predefined]p1: - // The name_ _cplusplusis defined to the value199711Lwhen compiling a + // The name_ _cplusplusis defined to the value 199711L when compiling a // C++ translation unit. Builder.defineMacro("__cplusplus", "199711L"); Builder.defineMacro("__private_extern__", "extern"); |