summaryrefslogtreecommitdiffstats
path: root/android/experimental/LOAndroid/app/src/main/java/org/mozilla/gecko/gfx/GLController.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/experimental/LOAndroid/app/src/main/java/org/mozilla/gecko/gfx/GLController.java')
-rw-r--r--android/experimental/LOAndroid/app/src/main/java/org/mozilla/gecko/gfx/GLController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/LOAndroid/app/src/main/java/org/mozilla/gecko/gfx/GLController.java b/android/experimental/LOAndroid/app/src/main/java/org/mozilla/gecko/gfx/GLController.java
index f7f6b1e3ea1a..be6118894e6a 100644
--- a/android/experimental/LOAndroid/app/src/main/java/org/mozilla/gecko/gfx/GLController.java
+++ b/android/experimental/LOAndroid/app/src/main/java/org/mozilla/gecko/gfx/GLController.java
@@ -190,7 +190,7 @@ public class GLController {
// Only try to create the compositor if we have a valid surface and gecko is up. When these
// two conditions are satisfied, we can be relatively sure that the compositor creation will
- // happen without needing to block anyhwere. Do it with a sync gecko event so that the
+ // happen without needing to block anywhere. Do it with a sync gecko event so that the
// android doesn't have a chance to destroy our surface in between.
/*if (GeckoThread.checkLaunchState(GeckoThread.LaunchState.GeckoRunning)) {
GeckoAppShell.sendEventToGeckoSync(GeckoEvent.createCompositorCreateEvent(mWidth, mHeight));