git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1136261 13f79535-47bb-0310-9956-ffa450edef68
@@ -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
@@ -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 {