diff options
-rw-r--r-- | include/clang/AST/TypeLoc.h | 2 |
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() {} |