--- old/src/java.base/share/classes/jdk/internal/util/xml/impl/ParserSAX.java 2015-05-18 19:54:23.732747457 +0400 +++ new/src/java.base/share/classes/jdk/internal/util/xml/impl/ParserSAX.java 2015-05-18 19:54:23.584747457 +0400 @@ -649,7 +649,7 @@ * Reports characters and empties the parser's buffer. This method is called * only if parser is going to return control to the main loop. This means * that this method may use parser buffer to report white space without - * copeing characters to temporary buffer. + * copying characters to temporary buffer. */ protected void bflash() throws SAXException { if (mBuffIdx >= 0) { @@ -663,7 +663,7 @@ * Reports white space characters and empties the parser's buffer. This * method is called only if parser is going to return control to the main * loop. This means that this method may use parser buffer to report white - * space without copeing characters to temporary buffer. + * space without copying characters to temporary buffer. */ protected void bflash_ws() throws SAXException { if (mBuffIdx >= 0) {