summaryrefslogtreecommitdiff
path: root/gnu/java/awt/BitwiseXORComposite.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java/awt/BitwiseXORComposite.java')
-rw-r--r--gnu/java/awt/BitwiseXORComposite.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/java/awt/BitwiseXORComposite.java b/gnu/java/awt/BitwiseXORComposite.java
index b568e1108..9205df1dd 100644
--- a/gnu/java/awt/BitwiseXORComposite.java
+++ b/gnu/java/awt/BitwiseXORComposite.java
@@ -59,7 +59,7 @@ import java.awt.image.WritableRaster;
* />
*
* <p>The above screen shot shows the result of applying six different
- * BitwiseXORComposites. They were constructed with the colors colors
+ * BitwiseXORComposites. They were constructed with the colors
* white, blue, black, orange, green, and brown, respectively. Each
* composite was used to paint a fully white rectangle on top of the
* blue bar in the background.