Sfoglia il codice sorgente

MAPREDUCE-2576. Typo in comment in SimulatorLaunchTaskAction.java. Contributed by Tim Sell.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1136261 13f79535-47bb-0310-9956-ffa450edef68
Jakob Homan 14 anni fa
parent
commit
c52787d287

+ 3 - 0
mapreduce/CHANGES.txt

@@ -301,6 +301,9 @@ Trunk (unreleased changes)
 
     MAPREDUCE-2588. Change raid to the new DataTransferProtocol API.  (szetszwo)
 
+    MAPREDUCE-2576. Typo in comment in SimulatorLaunchTaskAction.java.
+    (Tim Sell via jghoman)
+
 Release 0.22.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 1
mapreduce/src/contrib/mumak/src/java/org/apache/hadoop/mapred/SimulatorLaunchTaskAction.java

@@ -21,7 +21,7 @@ import org.apache.hadoop.tools.rumen.TaskAttemptInfo;
 
 /**
  * This class is used to augment {@link LaunchTaskAction} with run time statistics 
- * and the final task state (successfull xor failed).
+ * and the final task state (successful or failed).
  */
 class SimulatorLaunchTaskAction extends LaunchTaskAction {
   /**