]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 21 Aug 2010 06:05:06 +0000 (06:05 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 21 Aug 2010 06:05:06 +0000 (06:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111729 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/InitPreprocessor.cpp

index 88feca953a666a25cfbb37f1fb3040ea3907c146..29a8bec1f6e12469eb8387a77f8d821dff99b642 100644 (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");