--- a/jdk/src/java.sql/share/classes/javax/sql/DataSource.java Thu Aug 18 19:00:39 2016 +0200
+++ b/jdk/src/java.sql/share/classes/javax/sql/DataSource.java Thu Aug 18 15:05:02 2016 -0400
@@ -64,7 +64,7 @@
* <P>
* A driver that is accessed via a {@code DataSource} object does not
* register itself with the {@code DriverManager}. Rather, a
- * {@code DataSource} object is retrieved though a lookup operation
+ * {@code DataSource} object is retrieved through a lookup operation
* and then used to create a {@code Connection} object. With a basic
* implementation, the connection obtained through a {@code DataSource}
* object is identical to a connection obtained through the