[llvm] r197986 - Fix typo.

Richard Sandiford rsandifo at linux.vnet.ibm.com
Tue Dec 24 07:22:40 PST 2013


Author: rsandifo
Date: Tue Dec 24 09:22:39 2013
New Revision: 197986

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

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp

Modified: llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp?rev=197986&r1=197985&r2=197986&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp Tue Dec 24 09:22:39 2013
@@ -2271,7 +2271,7 @@ SDValue SystemZTargetLowering::lowerATOM
 }
 
 // Op is an ATOMIC_LOAD_SUB operation.  Lower 8- and 16-bit operations
-// two into ATOMIC_LOADW_SUBs and decide whether to convert 32- and 64-bit
+// into ATOMIC_LOADW_SUBs and decide whether to convert 32- and 64-bit
 // operations into additions.
 SDValue SystemZTargetLowering::lowerATOMIC_LOAD_SUB(SDValue Op,
                                                     SelectionDAG &DAG) const {





More information about the llvm-commits mailing list