| Index: runtime/vm/object_graph.h
|
| diff --git a/runtime/vm/object_graph.h b/runtime/vm/object_graph.h
|
| index 8060fbac593246b0c78917b423f658364130eb5b..8a9d1060b553f097fc319ae9aca2e6253eccdcbd 100644
|
| --- a/runtime/vm/object_graph.h
|
| +++ b/runtime/vm/object_graph.h
|
| @@ -100,7 +100,7 @@ class ObjectGraph : public StackResource {
|
|
|
| // Write the isolate's object graph to 'stream'. Smis and nulls are omitted.
|
| // Returns the number of nodes in the stream, including the root.
|
| - // If collect_garabage is false, the graph will include weakly-reachable
|
| + // If collect_garbage is false, the graph will include weakly-reachable
|
| // objects.
|
| // TODO(koda): Document format; support streaming/chunking.
|
| intptr_t Serialize(WriteStream* stream,
|
|
|