[cfe-commits] r140829 - /cfe/trunk/lib/AST/Type.cpp
Richard Smith
richard-llvm at metafoo.co.uk
Thu Sep 29 17:35:43 PDT 2011
Author: rsmith
Date: Thu Sep 29 19:35:43 2011
New Revision: 140829
URL: http://llvm.org/viewvc/llvm-project?rev=140829&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/lib/AST/Type.cpp
Modified: cfe/trunk/lib/AST/Type.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/Type.cpp?rev=140829&r1=140828&r2=140829&view=diff
==============================================================================
--- cfe/trunk/lib/AST/Type.cpp (original)
+++ cfe/trunk/lib/AST/Type.cpp Thu Sep 29 19:35:43 2011
@@ -1199,7 +1199,7 @@
}
// 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();
More information about the cfe-commits
mailing list