[cfe-commits] r113295 - /cfe/trunk/include/clang/AST/TypeLoc.h
Gabor Greif
ggreif at gmail.com
Tue Sep 7 15:17:13 PDT 2010
Author: ggreif
Date: Tue Sep 7 17:17:12 2010
New Revision: 113295
URL: http://llvm.org/viewvc/llvm-project?rev=113295&view=rev
Log:
typo
Modified:
cfe/trunk/include/clang/AST/TypeLoc.h
Modified: cfe/trunk/include/clang/AST/TypeLoc.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/TypeLoc.h?rev=113295&r1=113294&r2=113295&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/TypeLoc.h (original)
+++ cfe/trunk/include/clang/AST/TypeLoc.h Tue Sep 7 17:17:12 2010
@@ -146,7 +146,7 @@
}
/// \brief Wrapper of type source information for a type with
-/// no direct quqlaifiers.
+/// no direct qualifiers.
class UnqualTypeLoc : public TypeLoc {
public:
UnqualTypeLoc() {}
More information about the cfe-commits
mailing list