jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
changeset 21278 ef8a3a2a72f2
parent 12994 a758ccd05133
child 23010 6dadb192ad81
--- a/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c	Tue Oct 29 17:01:06 2013 +0400
@@ -310,7 +310,7 @@
  * Note that with I/O suspension turned on, the JPEG library requires
  * that all buffer filling be done at the top application level.  Due
  * to the way that backtracking works, this procedure should save all
- * of the data that was left in the buffer when suspension occured and
+ * of the data that was left in the buffer when suspension occurred and
  * only read new data at the end.
  */