diff --git a/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h b/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h
index 35e3d16cdcb0440af00bb70f99f5c1fd5b112ee7..f1ffa844c05c36538cc86d704c889a07bab78dcc 100644
--- a/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h
+++ b/Code/Mantid/Framework/Algorithms/test/Q1D2Test.h
@@ -130,7 +130,7 @@ public:
     Q1D.initialize();
 
     // First run algorithm on workspaces for masking without masking any pixels. 
-    // It should fail because first two pixels have non-positive PixelAdj values
+    // It should fail because two pixels have non-positive PixelAdj values
     const std::string outputWS("Q1D2Test_invalid_Pixel_Adj");
     TS_ASSERT_THROWS_NOTHING(
       Q1D.setProperty("DetBankWorkspace", mask_input);