summaryrefslogtreecommitdiff
path: root/java/awt/color/ICC_ProfileGray.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/awt/color/ICC_ProfileGray.java')
-rw-r--r--java/awt/color/ICC_ProfileGray.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/awt/color/ICC_ProfileGray.java b/java/awt/color/ICC_ProfileGray.java
index 3b5948dc8..f85533cec 100644
--- a/java/awt/color/ICC_ProfileGray.java
+++ b/java/awt/color/ICC_ProfileGray.java
@@ -41,7 +41,7 @@ package java.awt.color;
/**
* ICC_ProfileGray - a special case of ICC_Profiles.
*
- * The ICC_Profile.getInstance() method will return an instance of the
+ * The ICC_Profile.getInstance() method will return an instance of the
* ICC_ProfileGray subclass when all the following conditions are met:
* The device color space of the profile is TYPE_GRAY.
* The profile contains a gray TRCTag.
@@ -52,7 +52,7 @@ package java.awt.color;
* linearGray = grayTRC[deviceGray]
*
* Note that if the profile contains a CLUT for the color space conversion,
- * it should be used instead, and the TRC information ignored.
+ * it should be used instead, and the TRC information ignored.
*
* @author Sven de Marothy
* @since 1.2