diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-09-30 00:35:43 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-09-30 00:35:43 +0000 |
| commit | befa6f0caad5e37803bf0b5363ddd65080c02daa (patch) | |
| tree | 058d471bc6dc3f8cfb7a5586277057924761c243 /clang/lib | |
| parent | 7b729cdbffab7b9b4c93f6350ba1307ec21fe2f8 (diff) | |
| download | bcm5719-llvm-befa6f0caad5e37803bf0b5363ddd65080c02daa.tar.gz bcm5719-llvm-befa6f0caad5e37803bf0b5363ddd65080c02daa.zip | |
Fix typo.
llvm-svn: 140829
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/AST/Type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/Type.cpp b/clang/lib/AST/Type.cpp index 7f28f7c801e..7471a3da5dd 100644 --- a/clang/lib/AST/Type.cpp +++ b/clang/lib/AST/Type.cpp @@ -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(); |

