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 @@
  * &#x2019;up&#x2019;
  * direction, one in the &#x2019;down&#x2019; direction) Point <b>B</b> in 
  * the image is inside (one intersection &#x2019;down&#x2019;)
- * Point <b>C</b> in the image is outside (two intersections 
- * &#x2019;down&#x2019;)
+ * Point <b>C</b> in the image is inside (two intersections in the 
+ * &#x2019;down&#x2019; direction)
  *
  * @see Line2D
  * @see CubicCurve2D

Reply via email to