summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-09-07 22:17:12 +0000
committerGabor Greif <ggreif@gmail.com>2010-09-07 22:17:12 +0000
commit7af952801e2038438b7d92b1c70a9b75cf4e5a46 (patch)
treedeb634cf46a30445894085adc9f15e5158b86a5d
parent06fc97019a7cf0582db5480f1fccec6d7c1fccc1 (diff)
downloadbcm5719-llvm-7af952801e2038438b7d92b1c70a9b75cf4e5a46.tar.gz
bcm5719-llvm-7af952801e2038438b7d92b1c70a9b75cf4e5a46.zip
typo
llvm-svn: 113295
-rw-r--r--clang/include/clang/AST/TypeLoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/TypeLoc.h b/clang/include/clang/AST/TypeLoc.h
index f1c64bd9597..23235801749 100644
--- a/clang/include/clang/AST/TypeLoc.h
+++ b/clang/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() {}
OpenPOWER on IntegriCloud