aboutsummaryrefslogtreecommitdiff
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
commit489f7131d0f7746525de3b26204c8eb523d84505 (patch)
tree98d7ec8e63f4b627a07bf2cc240fdd9019f9fac4
parent1bb2a93ab7b1499dda6f6b58865bd0dce1864228 (diff)
typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113295 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/TypeLoc.h2
1 files changed, 1 insertions, 1 deletions
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() {}