Skip to content

Commit 3052aea

Browse files
committed
Comment update
1 parent 7896899 commit 3052aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import org.apache.spark.storage.BlockManagerMessages.BlockManagerHeartbeat
4949
* not caused by shuffle file loss are handled by the TaskScheduler, which will retry each task
5050
* a small number of times before cancelling the whole stage.
5151
*
52-
* Here's a checklist to review when making or reviewing changes to this class:
52+
* Here's a checklist to use when making or reviewing changes to this class:
5353
*
5454
* - When adding a new data structure, update `DAGSchedulerSuite.assertDataStructuresEmpty` to
5555
* include the new structure. This will help to catch memory leaks.

0 commit comments

Comments
 (0)