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

Unified Diff: runtime/vm/isolate.cc

Issue 2980573002: Correct spelling of message. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index 8ca2e728aab1eee98f6e5ec088f6a035d8da8391..e7a8f77f6b5bd8c96ca755b356ed025e14204ac3 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -1639,7 +1639,7 @@ void Isolate::LowLevelShutdown() {
// Close all the ports owned by this isolate.
PortMap::ClosePorts(message_handler());
- // Fail fast if anybody tries to post any more messsages to this isolate.
+ // Fail fast if anybody tries to post any more messages to this isolate.
delete message_handler();
set_message_handler(NULL);
if (FLAG_support_timeline) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698