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

Unified Diff: gpu/command_buffer/client/query_tracker.cc

Issue 469763003: Spelling fixes for 'device' and 'service'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 4 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 | « google_apis/gcm/engine/gservices_settings_unittest.cc ('k') | remoting/host/installer/win/chromoting.wxs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/query_tracker.cc
diff --git a/gpu/command_buffer/client/query_tracker.cc b/gpu/command_buffer/client/query_tracker.cc
index 6395c047781d077eb559a55758971f3b4ff36758..286a4ba3ceef2b05680603f8a9ee2f6df9e08e4c 100644
--- a/gpu/command_buffer/client/query_tracker.cc
+++ b/gpu/command_buffer/client/query_tracker.cc
@@ -126,11 +126,11 @@ void QueryTracker::Query::End(GLES2Implementation* gl) {
case GL_GET_ERROR_QUERY_CHROMIUM: {
GLenum error = gl->GetClientSideGLError();
if (error == GL_NO_ERROR) {
- // There was no error so start the query on the serivce.
+ // There was no error so start the query on the service.
// it will end immediately.
gl->helper()->BeginQueryEXT(target(), id(), shm_id(), shm_offset());
} else {
- // There's an error on the client, no need to bother the service. just
+ // There's an error on the client, no need to bother the service. Just
// set the query as completed and return the error.
if (error != GL_NO_ERROR) {
state_ = kComplete;
« no previous file with comments | « google_apis/gcm/engine/gservices_settings_unittest.cc ('k') | remoting/host/installer/win/chromoting.wxs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698