[llvm-commits] [llvm] r160093 - /llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp

Manman Ren mren at apple.com
Wed Jul 11 16:47:00 PDT 2012


Author: mren
Date: Wed Jul 11 18:47:00 2012
New Revision: 160093

URL: http://llvm.org/viewvc/llvm-project?rev=160093&view=rev
Log:
ARM: fix typo in comments

Modified:
    llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp?rev=160093&r1=160092&r2=160093&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp Wed Jul 11 18:47:00 2012
@@ -2017,7 +2017,7 @@
         else
           switch (CC) {
           default:
-            // CPSR can be used mutliple times, we should continue.
+            // CPSR can be used multiple times, we should continue.
             break;
           case ARMCC::VS:
           case ARMCC::VC:





More information about the llvm-commits mailing list