summaryrefslogtreecommitdiff
path: root/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java')
-rw-r--r--android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java b/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
index bb6e3d04e4fb..389a50f07b1e 100644
--- a/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
+++ b/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
@@ -37,7 +37,7 @@ public class GeckoLayerClient implements PanZoomTarget {
* Specifically:
* 1) reading mViewportMetrics from any thread is fine without synchronization
* 2) writing to mViewportMetrics requires synchronizing on the layer controller object
- * 3) whenver reading multiple fields from mViewportMetrics without synchronization (i.e. in
+ * 3) whenever reading multiple fields from mViewportMetrics without synchronization (i.e. in
* case 1 above) you should always frist grab a local copy of the reference, and then use
* that because mViewportMetrics might get reassigned in between reading the different
* fields. */
@@ -356,4 +356,4 @@ public class GeckoLayerClient implements PanZoomTarget {
mLowResLayer.invalidateTiles(tilesToInvalidate, rect);
mRootLayer.invalidateTiles(tilesToInvalidate, rect);
}
-} \ No newline at end of file
+}