Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Tue, 26 Jun 2007 00:43:18 +0000 (00:43 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 26 Jun 2007 00:43:18 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37727 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/IntrinsicEmitter.cpp

index a362553d2aee4f2e984745e6f3073df447f7e594..89e9621c172bab416061af24af4aa703f2cb2790 100644 (file)
@@ -141,7 +141,7 @@ static void EmitTypeGenerate(std::ostream &OS, Record *ArgType,
     // NOTE: The ArgNo variable here is not the absolute argument number, it is
     // the index of the "arbitrary" type in the Tys array passed to the
     // Intrinsic::getDeclaration function. Consequently, we only want to
-    // increment it when we actually hit an arbitray integer type which is
+    // increment it when we actually hit an arbitrary integer type which is
     // identified by BitWidth == 0. Getting this wrong leads to very subtle
     // bugs!
     if (BitWidth == 0)