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

Unified Diff: content/gpu/gpu_info_collector_linux.cc

Issue 10908075: Fix a typo in gpu_info_collector_linux.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: content/gpu/gpu_info_collector_linux.cc
diff --git a/content/gpu/gpu_info_collector_linux.cc b/content/gpu/gpu_info_collector_linux.cc
index ab5799fa85667d740b09d8911f915dea6dd9ef3d..9afef2380cd28563921db9c30e68ad5b9e6732a9 100644
--- a/content/gpu/gpu_info_collector_linux.cc
+++ b/content/gpu/gpu_info_collector_linux.cc
@@ -179,7 +179,7 @@ std::string CollectDriverVersionNVidia() {
}
int event_base = 0, error_base = 0;
if (!XNVCTRLQueryExtension(display, &event_base, &error_base)) {
- LOG(INFO) << "NVCtrl extension does not exits.";
+ LOG(INFO) << "NVCtrl extension does not exist.";
return std::string();
}
int screen_count = ScreenCount(display);
« 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