summaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-12-03 11:04:46 -0800
committerElliott Hughes <enh@google.com>2010-12-03 11:04:46 -0800
commit5501a3d4b3d7657c183ed5446fe67fa011fbf70b (patch)
treee4e689529a5326feae55ad6c28ccc73728436119 /json
parent7bf1b45888a5e48919abc720942be648ea3c6b1a (diff)
downloadlibcore-5501a3d4b3d7657c183ed5446fe67fa011fbf70b.zip
libcore-5501a3d4b3d7657c183ed5446fe67fa011fbf70b.tar.gz
libcore-5501a3d4b3d7657c183ed5446fe67fa011fbf70b.tar.bz2
Comments/javadoc should be in en_US, not en_CA.
Change-Id: Ie9dde4971e0a6a8dadd14af43d631158fc488cd8
Diffstat (limited to 'json')
-rw-r--r--json/src/main/java/org/json/JSONTokener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/src/main/java/org/json/JSONTokener.java b/json/src/main/java/org/json/JSONTokener.java
index 3a82ab9..b6ac04d 100644
--- a/json/src/main/java/org/json/JSONTokener.java
+++ b/json/src/main/java/org/json/JSONTokener.java
@@ -148,7 +148,7 @@ public class JSONTokener {
case '#':
/*
* Skip a # hash end-of-line comment. The JSON RFC doesn't
- * specify this behaviour, but it's required to parse
+ * specify this behavior, but it's required to parse
* existing documents. See http://b/2571423.
*/
skipToEndOfLine();