Fix typo in prasePartialCU spec
diff --git a/dom/org/eclipse/jdt/core/dom/AST.java b/dom/org/eclipse/jdt/core/dom/AST.java
index 1a406a5..8bab89a 100644
--- a/dom/org/eclipse/jdt/core/dom/AST.java
+++ b/dom/org/eclipse/jdt/core/dom/AST.java
@@ -1271,7 +1271,7 @@
 	 * the given source position. This kind of limited AST is sufficient for
 	 * certain purposes but totally unsuitable for others. In places where it
 	 * can be used, the limited AST offers the advantage of being smaller and
-	 * faster to faster to construct.
+	 * faster to construct.
 	 * </p>
 	 * <p>
 	 * The resulting AST always includes nodes for all of the compilation unit's
diff --git a/dom/org/eclipse/jdt/core/dom/ASTParser.java b/dom/org/eclipse/jdt/core/dom/ASTParser.java
index c082374..5f4261b 100644
--- a/dom/org/eclipse/jdt/core/dom/ASTParser.java
+++ b/dom/org/eclipse/jdt/core/dom/ASTParser.java
@@ -294,7 +294,7 @@
      * for the node that include the given source position. This kind of limited
      * AST is sufficient for certain purposes but totally unsuitable for others.
      * In places where it can be used, the limited AST offers the advantage of
-     * being smaller and faster to faster to construct.
+     * being smaller and faster to construct.
 	 * </p>
 	 * <p>
 	 * The AST will include nodes for all of the compilation unit's