diff options
-rw-r--r-- | utils/TableGen/IntrinsicEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp index a362553..89e9621 100644 --- a/utils/TableGen/IntrinsicEmitter.cpp +++ b/utils/TableGen/IntrinsicEmitter.cpp @@ -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) |