]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 30 Sep 2011 00:35:43 +0000 (00:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 30 Sep 2011 00:35:43 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140829 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/Type.cpp

index 7f28f7c801eef6679f97a68e2298d8e6a6479b75..7471a3da5ddaa9db82da9ef8266e3e8562f3f110 100644 (file)
@@ -1199,7 +1199,7 @@ bool Type::isStandardLayoutType() const {
 }
 
 // This is effectively the intersection of isTrivialType and
-// isStandardLayoutType. We implement it dircetly to avoid redundant
+// isStandardLayoutType. We implement it directly to avoid redundant
 // conversions from a type to a CXXRecordDecl.
 bool QualType::isCXX11PODType(ASTContext &Context) const {
   const Type *ty = getTypePtr();