| Index: tools/testing/dart/dependency_graph.dart
|
| diff --git a/tools/testing/dart/dependency_graph.dart b/tools/testing/dart/dependency_graph.dart
|
| index abdcf50255df1d672303f0ffac3ba4c688c96836..f7e43f800fb9bfdcff2431dc92e11e09fda82c9d 100644
|
| --- a/tools/testing/dart/dependency_graph.dart
|
| +++ b/tools/testing/dart/dependency_graph.dart
|
| @@ -10,7 +10,7 @@ import 'utils.dart';
|
| /*
|
| * [Graph] represents a datastructure for representing an DAG (directed acyclic
|
| * graph). Each node in the graph is in a given [NodeState] and can have data
|
| - * attachted to it with [Node.userData].
|
| + * attached to it with [Node.userData].
|
| *
|
| * It's interface consists basically of these methods:
|
| * - newNode: Adds a new node to the graph with the given dependencies and
|
|
|