Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(844)

Unified Diff: runtime/vm/object_graph.h

Issue 2914283002: Observatory: (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698