--- a/jdk/src/java.base/share/classes/java/util/Timer.java Wed Dec 02 21:32:40 2015 +0100
+++ b/jdk/src/java.base/share/classes/java/util/Timer.java Wed Dec 02 14:18:26 2015 -0800
@@ -447,7 +447,7 @@
* is the number of tasks in the queue and c is the number of cancelled
* tasks.
*
- * <p>Note that it is permissible to call this method from within a
+ * <p>Note that it is permissible to call this method from within
* a task scheduled on this timer.
*
* @return the number of tasks removed from the queue.