]> granicus.if.org Git - clang/commitdiff
Fixed comment typo.
authorMichael Gottesman <mgottesman@apple.com>
Sat, 8 Jun 2013 00:27:19 +0000 (00:27 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sat, 8 Jun 2013 00:27:19 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183598 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenTBAA.h

index f0c9e06f02bdd3374932d66969425a5c04fa8974..0ad4be24fd24664cf58c7b2f754a171903e42613 100644 (file)
@@ -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);
 };