[NFC] Fix typo in DAGCombiner
authorNicola Lancellotti <nicola.lancellotti@arm.com>
Fri, 14 Oct 2022 16:29:49 +0000 (17:29 +0100)
committerNicola Lancellotti <nicola.lancellotti@arm.com>
Fri, 14 Oct 2022 16:47:25 +0000 (17:47 +0100)
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 195238e..467459d 100644 (file)
@@ -3103,7 +3103,7 @@ SDValue DAGCombiner::visitSADDO_CARRY(SDNode *N) {
  *   (addcarry X, 0, (addcarry A, B, Z):Carry)
  *
  * The end result is usually an increase in operation required, but because the
- * carry is now linearized, other tranforms can kick in and optimize the DAG.
+ * carry is now linearized, other transforms can kick in and optimize the DAG.
  *
  * Patterns typically look something like
  *            (uaddo A, B)