[llvm-commits] [llvm] r115986 - /llvm/trunk/utils/TableGen/ARMDecoderEmitter.cpp

Nick Lewycky nicholas at mxc.ca
Thu Oct 7 14:55:16 PDT 2010


Author: nicholas
Date: Thu Oct  7 16:55:16 2010
New Revision: 115986

URL: http://llvm.org/viewvc/llvm-project?rev=115986&view=rev
Log:
Fix typo in comment.

Modified:
    llvm/trunk/utils/TableGen/ARMDecoderEmitter.cpp

Modified: llvm/trunk/utils/TableGen/ARMDecoderEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/ARMDecoderEmitter.cpp?rev=115986&r1=115985&r2=115986&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/ARMDecoderEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/ARMDecoderEmitter.cpp Thu Oct  7 16:55:16 2010
@@ -240,7 +240,7 @@
 /// the Filter/FilterChooser combo does not know how to distinguish among the
 /// Opcodes assigned.
 ///
-/// An example of a conflcit is 
+/// An example of a conflict is 
 ///
 /// Conflict:
 ///                     111101000.00........00010000....





More information about the llvm-commits mailing list