]> granicus.if.org Git - clang/commitdiff
fix comment typo
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 07:59:54 +0000 (07:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 07:59:54 +0000 (07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46505 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/MacroInfo.h

index 79044e72e67709d63e633dbca3e95f0b84300a5d..f690d955bd547a37d8bfacc6856e5d1297f03b6b 100644 (file)
@@ -51,7 +51,7 @@ class MacroInfo {
   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;