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

Unified Diff: sandbox/win/src/sharedmem_ipc_client.cc

Issue 769153004: Fix some minor typos: abandonned -> abandoned (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « sandbox/win/src/sharedmem_ipc_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sharedmem_ipc_client.cc
diff --git a/sandbox/win/src/sharedmem_ipc_client.cc b/sandbox/win/src/sharedmem_ipc_client.cc
index 9d37bbda7d406cc8fb9ffc3b36a88ccc6999adca..fa6a8779aa4b0b00d9621e3c939d585a546f58cf 100644
--- a/sandbox/win/src/sharedmem_ipc_client.cc
+++ b/sandbox/win/src/sharedmem_ipc_client.cc
@@ -90,7 +90,7 @@ ResultCode SharedMemIPCClient::DoCall(CrossCallParams* params,
} else {
// The server has crashed and windows has signaled the mutex as
// abandoned.
- ::InterlockedExchange(&channel[num].state, kAbandonnedChannel);
+ ::InterlockedExchange(&channel[num].state, kAbandonedChannel);
control_->server_alive = 0;
return SBOX_ERROR_CHANNEL_ERROR;
}
« no previous file with comments | « sandbox/win/src/sharedmem_ipc_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698