[cfe-commits] r46505 - /cfe/trunk/include/clang/Lex/MacroInfo.h

Chris Lattner sabre at nondot.org
Mon Jan 28 23:59:54 PST 2008


Author: lattner
Date: Tue Jan 29 01:59:54 2008
New Revision: 46505

URL: http://llvm.org/viewvc/llvm-project?rev=46505&view=rev
Log:
fix comment typo

Modified:
    cfe/trunk/include/clang/Lex/MacroInfo.h

Modified: cfe/trunk/include/clang/Lex/MacroInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/MacroInfo.h?rev=46505&r1=46504&r2=46505&view=diff

==============================================================================
--- cfe/trunk/include/clang/Lex/MacroInfo.h (original)
+++ cfe/trunk/include/clang/Lex/MacroInfo.h Tue Jan 29 01:59:54 2008
@@ -51,7 +51,7 @@
   bool IsC99Varargs : 1;
   
   /// IsGNUVarargs -  True if this macro is of the form "#define X(a...)".  The
-  /// "a" identifier in th replacement list will be replaced with all arguments
+  /// "a" identifier in the replacement list will be replaced with all arguments
   /// of the macro starting with the specified one.
   bool IsGNUVarargs : 1;
   





More information about the cfe-commits mailing list