From: Gabor Greif Date: Tue, 7 Sep 2010 22:17:12 +0000 (+0000) Subject: typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=489f7131d0f7746525de3b26204c8eb523d84505;p=clang typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113295 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/TypeLoc.h b/include/clang/AST/TypeLoc.h index f1c64bd959..2323580174 100644 --- a/include/clang/AST/TypeLoc.h +++ b/include/clang/AST/TypeLoc.h @@ -146,7 +146,7 @@ inline TypeLoc TypeSourceInfo::getTypeLoc() const { } /// \brief Wrapper of type source information for a type with -/// no direct quqlaifiers. +/// no direct qualifiers. class UnqualTypeLoc : public TypeLoc { public: UnqualTypeLoc() {}