Changes in directory llvm/utils/TableGen:

IntrinsicEmitter.cpp updated: 1.32 -> 1.33
---
Log message:

Fix a typo in a comment.


---
Diffs of the changes:  (+1 -1)

 IntrinsicEmitter.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/TableGen/IntrinsicEmitter.cpp
diff -u llvm/utils/TableGen/IntrinsicEmitter.cpp:1.32 
llvm/utils/TableGen/IntrinsicEmitter.cpp:1.33
--- llvm/utils/TableGen/IntrinsicEmitter.cpp:1.32       Tue May 22 14:30:31 2007
+++ llvm/utils/TableGen/IntrinsicEmitter.cpp    Mon Jun 25 19:43:18 2007
@@ -141,7 +141,7 @@
     // 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)



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to