diff options
| author | Stefan Weil <sw@weilnetz.de> | 2018-07-30 21:04:28 +0200 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2018-09-05 20:01:10 +0200 |
| commit | 3d6ffaf3f3463b62830f88f50a8c1b510f555eb5 (patch) | |
| tree | b7a1b85dba172182e1ca0f1bee2d863ec2240086 /src/lib/openmj2/tcd.h | |
| parent | 9d1a9dc20dd5155bab977a4f53d05c4bbd66533a (diff) | |
Fix some typos in code comments and documentation
All typos were found by Codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/lib/openmj2/tcd.h')
| -rw-r--r-- | src/lib/openmj2/tcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openmj2/tcd.h b/src/lib/openmj2/tcd.h index 83bf788e..4a530014 100644 --- a/src/lib/openmj2/tcd.h +++ b/src/lib/openmj2/tcd.h @@ -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; |
