diff -r 1e57288ce186 -r 51af1a50aec6 jdk/src/share/classes/java/util/Locale.java
--- a/jdk/src/share/classes/java/util/Locale.java Thu Oct 14 11:37:22 2010 -0700
+++ b/jdk/src/share/classes/java/util/Locale.java Thu Oct 14 12:33:20 2010 -0700
@@ -1941,7 +1941,7 @@
* @serialField variant String
* variant subtags separated by LOWLINE characters. (See getVariant())
* @serialField hashcode int
- * deprectated, for forward compatibility only
+ * deprecated, for forward compatibility only
* @serialField script String
* script subtag in title case (See getScript())
* @serialField extensions String
@@ -1979,7 +1979,7 @@
}
/**
- * Deserialize this Locale
.
+ * Deserializes this Locale
.
* @param in the ObjectInputStream
to read
* @throws IOException
* @throws ClassNotFoundException