Fix some typos in code comments and documentation
[openjpeg.git] / src / lib / openmj2 / tcd.h
index 83bf788ee98e1cd5bcd056f80925a502ed18e1b1..4a530014cb85ea5e447342f4dbf013c786fe1fc4 100644 (file)
@@ -114,7 +114,7 @@ typedef struct opj_tcd_precinct {
     int x0, y0, x1,
         y1;       /* dimension of the precinct : left upper corner (x0, y0) right low corner (x1,y1) */
     int cw, ch;           /* number of precinct in width and height */
-    union {       /* code-blocks informations */
+    union {       /* code-blocks information */
         opj_tcd_cblk_enc_t* enc;
         opj_tcd_cblk_dec_t* dec;
     } cblks;