--- old/src/java.desktop/share/classes/sun/print/PSPathGraphics.java 2015-05-08 22:12:03.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/print/PSPathGraphics.java 2015-05-08 22:12:02.000000000 +0300 @@ -126,7 +126,7 @@ * such as Hebrew and Arabic, the glyphs can be rendered from right to * left, in which case the coordinate supplied is the location of the * leftmost character on the baseline. - * @param s the String to be rendered + * @param str the String to be rendered * @param x, y the coordinates where the String * should be rendered * @see #setPaint @@ -256,7 +256,7 @@ * is transformed by the supplied AffineTransform and * drawn using PS to the printer context. * - * @param img The image to be drawn. + * @param image The image to be drawn. * This method does nothing if img is null. * @param xform Used to transform the image before drawing. * This can be null.