Fix typos in comments, NFC
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelDAGToDAG.cpp
index afe0504fb90ec590d31c5421d8eb4e2e93ca9a25..5a624e381ca291fe19fc29200a1bb919e00e7815 100644 (file)
@@ -303,7 +303,7 @@ static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) {
 
 /// \brief Determine wether it is worth to fold V into an extended register.
 bool AArch64DAGToDAGISel::isWorthFolding(SDValue V) const {
-  // it hurts if the value is used at least twice, unless we are optimizing
+  // it hurts if the value is used at least twice, unless we are optimizing
   // for code size.
   if (ForCodeSize || V.hasOneUse())
     return true;