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

Unified Diff: ui/ozone/platform/drm/ozone_platform_gbm.cc

Issue 2317913003: ui/ozone: Fix some typos. (Closed)
Patch Set: Fix one more typo in Ozone DRM. Created 4 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
Index: ui/ozone/platform/drm/ozone_platform_gbm.cc
diff --git a/ui/ozone/platform/drm/ozone_platform_gbm.cc b/ui/ozone/platform/drm/ozone_platform_gbm.cc
index 8159110d28a63640947874819702eb551963ec38..5a94dd89d928cdc3962dcc673f8fa0b5b039bea2 100644
--- a/ui/ozone/platform/drm/ozone_platform_gbm.cc
+++ b/ui/ozone/platform/drm/ozone_platform_gbm.cc
@@ -208,7 +208,7 @@ class OzonePlatformGbm
InitializeGPU(default_params);
}
void InitializeGPU(const InitParams& args) override {
- // TODO(rjkroege): services/ui should initalize this with a connector.
+ // TODO(rjkroege): services/ui should initialize this with a connector.
// However, in-progress refactorings in services/ui make it difficult to
// require this at present. Set using_mojo_ like below once this is
// complete.

Powered by Google App Engine
This is Rietveld 408576698