From: Michael Gottesman Date: Sat, 8 Jun 2013 00:27:19 +0000 (+0000) Subject: Fixed comment typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aaee92faa84a54a78cc298b1d281c4bce39c122;p=clang Fixed comment typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183598 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenTBAA.h b/lib/CodeGen/CodeGenTBAA.h index f0c9e06f02..0ad4be24fd 100644 --- a/lib/CodeGen/CodeGenTBAA.h +++ b/lib/CodeGen/CodeGenTBAA.h @@ -117,7 +117,7 @@ public: llvm::MDNode *getTBAAStructTagInfo(QualType BaseQType, llvm::MDNode *AccessNode, uint64_t Offset); - /// Get the sclar tag MDNode for a given scalar type. + /// Get the scalar tag MDNode for a given scalar type. llvm::MDNode *getTBAAScalarTagInfo(llvm::MDNode *AccessNode); };