Fix typo.
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Tue, 24 Dec 2013 15:22:39 +0000 (15:22 +0000)
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Tue, 24 Dec 2013 15:22:39 +0000 (15:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197986 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SystemZ/SystemZISelLowering.cpp

index 25972007df11369f2660a9b0fdb420ee5fb4a8a2..c22089d9191158834c13e0ff03b4c2913187de7b 100644 (file)
@@ -2271,7 +2271,7 @@ SDValue SystemZTargetLowering::lowerATOMIC_LOAD_OP(SDValue Op,
 }
 
 // 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 {