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

Unified Diff: remoting/android/java/src/org/chromium/chromoting/cardboard/Photosphere.java

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 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: remoting/android/java/src/org/chromium/chromoting/cardboard/Photosphere.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/cardboard/Photosphere.java b/remoting/android/java/src/org/chromium/chromoting/cardboard/Photosphere.java
index f4b9305707135871665b157337e380fae0a8ac64..d94480cbac56d6476c3b3cbe12a471fa2d22dd87 100644
--- a/remoting/android/java/src/org/chromium/chromoting/cardboard/Photosphere.java
+++ b/remoting/android/java/src/org/chromium/chromoting/cardboard/Photosphere.java
@@ -80,7 +80,7 @@ public class Photosphere {
private static final ShortBuffer INDICES_BUFFER = calculateIndicesBuffer();
- // Maxiumum resolution for decoded image.
+ // Maximum resolution for decoded image.
private static final int MAX_WIDTH = 4096;
private static final int MAX_HEIGHT = 4096;

Powered by Google App Engine
This is Rietveld 408576698