diff --git a/source/Lib/EncoderLib/IntraSearch.cpp b/source/Lib/EncoderLib/IntraSearch.cpp
index e90c5e545c05de51f65d37fcb8f3e99c60351ae8..c1d5fdb94615b70c760df705c6c4d578908f6c45 100644
--- a/source/Lib/EncoderLib/IntraSearch.cpp
+++ b/source/Lib/EncoderLib/IntraSearch.cpp
@@ -3764,7 +3764,7 @@ void IntraSearch::xSortISPCandList(double bestCostSoFar, double bestNonISPCost)
     modeIsInList[DC_IDX] = true;
   }
 
-  // 5) We add extra candidates to the list that will only be tested is likely to win
+  // 5) We add extra candidates to the list that will only be tested if ISP is likely to win
   m_ispTestedModes.numOrigModesToTest = (int)destListPtr->size();
   const int addedModesFromHadList = 3;
   int       newModesAdded = 0;