diff options
Diffstat (limited to 'src/lib/openjpwl/jpwl_lib.c')
| -rw-r--r-- | src/lib/openjpwl/jpwl_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpwl/jpwl_lib.c b/src/lib/openjpwl/jpwl_lib.c index de1e8808..66416a11 100644 --- a/src/lib/openjpwl/jpwl_lib.c +++ b/src/lib/openjpwl/jpwl_lib.c @@ -1428,7 +1428,7 @@ jpwl_esd_ms_t *jpwl_esd_create(opj_j2k_t *j2k, int comp, esd->data = NULL; } else { - /* we set the data field as the sensitivity values poinnter passed to the function */ + /* we set the data field as the sensitivity values pointer passed to the function */ esd->data = (unsigned char *) sensval; } |
