File backport-llvm-r197986 of Package llvm
------------------------------------------------------------------------
r197986 | rsandifo | 2013-12-24 16:22:39 +0100 (Tue, 24 Dec 2013) | 1 line
Fix typo.
------------------------------------------------------------------------
Index: lib/Target/SystemZ/SystemZISelLowering.cpp
===================================================================
--- lib/Target/SystemZ/SystemZISelLowering.cpp.orig
+++ lib/Target/SystemZ/SystemZISelLowering.cpp
@@ -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 {