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
This commit is contained in:
Jakob Homan 2011-06-16 01:13:34 +00:00
parent f5c604f49c
commit c52787d287
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@
/**
* 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 {
/**