aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg.h
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-12-22 15:16:22 -0600
committerTom Gall <tom.gall@linaro.org>2011-12-22 15:16:22 -0600
commit98e0d03fbd68996d828792c2284cdd4e1e011b2f (patch)
tree3d66fe6be6b68f2296dd505c54d8f30043aa022a /turbojpeg.h
parentdff2d2f70cbe94de647976b623058b9203543473 (diff)
r711 : Wordsmithing
Diffstat (limited to 'turbojpeg.h')
-rw-r--r--turbojpeg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/turbojpeg.h b/turbojpeg.h
index 70dcfc9..a065fd1 100644
--- a/turbojpeg.h
+++ b/turbojpeg.h
@@ -400,10 +400,10 @@ typedef struct tjtransform
* to another function or library should make a copy of them within
* the body of the callback.)
* @param arrayRegion #tjregion structure containing the width and height of
- * <tt>coeffs</tt> as well as its offset relative to the component
- * plane. TurboJPEG implementations may choose to split each
- * component plane into multiple DCT coefficient arrays and call the
- * callback function once for each array.
+ * the array pointed to by <tt>coeffs</tt> as well as its offset
+ * relative to the component plane. TurboJPEG implementations may
+ * choose to split each component plane into multiple DCT coefficient
+ * arrays and call the callback function once for each array.
* @param planeRegion #tjregion structure containing the width and height of
* the component plane to which <tt>coeffs</tt> belongs
* @param componentID ID number of the component plane to which