From: Chris Lattner Date: Tue, 29 Jan 2008 07:59:54 +0000 (+0000) Subject: fix comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12fe558612303cb2188c321a77a21f7df23b6ae8;p=clang fix comment typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46505 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/MacroInfo.h b/include/clang/Lex/MacroInfo.h index 79044e72e6..f690d955bd 100644 --- a/include/clang/Lex/MacroInfo.h +++ b/include/clang/Lex/MacroInfo.h @@ -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;