jdk/src/share/classes/java/awt/image/ComponentSampleModel.java
changeset 21283 b24d2a6e59b8
parent 21221 d80929154039
parent 21278 ef8a3a2a72f2
child 22584 eed64ee05369
--- a/jdk/src/share/classes/java/awt/image/ComponentSampleModel.java	Thu Oct 31 15:45:57 2013 -0700
+++ b/jdk/src/share/classes/java/awt/image/ComponentSampleModel.java	Thu Oct 31 16:22:30 2013 -0700
@@ -614,7 +614,7 @@
      *
      * @throws NullPointerException if data is null.
      * @throws ArrayIndexOutOfBoundsException if the coordinates are
-     * not in bounds, or if obj is too small to hold the ouput.
+     * not in bounds, or if obj is too small to hold the output.
      */
     public Object getDataElements(int x, int y, Object obj, DataBuffer data) {
         if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {