2006-07-26 Sven de Marothy <[EMAIL PROTECTED]> * java/awt/geom/GeneralPath.java: Fix severe typo.
Index: java/awt/geom/GeneralPath.java =================================================================== RCS file: /sources/classpath/classpath/java/awt/geom/GeneralPath.java,v retrieving revision 1.16 diff -U3 -r1.16 GeneralPath.java --- java/awt/geom/GeneralPath.java 15 Jun 2006 18:18:51 -0000 1.16 +++ java/awt/geom/GeneralPath.java 26 Jul 2006 20:27:59 -0000 @@ -65,8 +65,8 @@ * ’up’ * direction, one in the ’down’ direction) Point <b>B</b> in * the image is inside (one intersection ’down’) - * Point <b>C</b> in the image is outside (two intersections - * ’down’) + * Point <b>C</b> in the image is inside (two intersections in the + * ’down’ direction) * * @see Line2D * @see CubicCurve2D