From: ak-dxdy Date: Thu, 30 Jul 2015 20:47:37 +0000 (+0300) Subject: French comments replaced by English ones X-Git-Tag: v2.1.1~22^2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc1073809ebdcde49d3ba318216445bbda0212b;p=openjpeg French comments replaced by English ones --- diff --git a/src/lib/openjp2/j2k.h b/src/lib/openjp2/j2k.h index 7f592fc9..358e0739 100644 --- a/src/lib/openjp2/j2k.h +++ b/src/lib/openjp2/j2k.h @@ -266,7 +266,7 @@ typedef struct opj_tcp /** ppt markers data (table indexed by Zppt) */ opj_ppx* ppt_markers; - /** packet header store there for futur use in t2_decode_packet */ + /** packet header store there for future use in t2_decode_packet */ OPJ_BYTE *ppt_data; /** used to keep a track of the allocated memory */ OPJ_BYTE *ppt_buffer; @@ -376,7 +376,7 @@ typedef struct opj_cp /** ppm markers data (table indexed by Zppm) */ opj_ppx* ppm_markers; - /** packet header store there for futur use in t2_decode_packet */ + /** packet header store there for future use in t2_decode_packet */ OPJ_BYTE *ppm_data; /** size of the ppm_data*/ OPJ_UINT32 ppm_len;