aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/awt/image/SampleModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/awt/image/SampleModel.java')
-rw-r--r--libjava/java/awt/image/SampleModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/awt/image/SampleModel.java b/libjava/java/awt/image/SampleModel.java
index 9ce1ae6..132257c 100644
--- a/libjava/java/awt/image/SampleModel.java
+++ b/libjava/java/awt/image/SampleModel.java
@@ -80,7 +80,7 @@ public abstract class SampleModel
*
* This method is provided as a faster alternative to getPixel(),
* that can be used when there is no need to decode the pixel into
- * seperate sample values.
+ * separate sample values.
*
* @param obj An array to return the pixel data in. If null, an
* array of the right type and size will be created.