Fix typo in comment.

llvm-svn: 111729
This commit is contained in:
Michael J. Spencer 2010-08-21 06:05:06 +00:00
parent 377aa20e6e
commit 1d9c76d637
1 changed files with 1 additions and 1 deletions

View File

@ -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");