Fix HP compiler warning about redeclaration of function (#640)
[openjpeg.git] / src / lib / openjp2 / tcd.h
index bb9a6205f9ea86f0f761b5cda4ee21442b4add4b..07f8379afd48cf307051fe2f7cb2fb0ac282d849 100644 (file)
@@ -296,7 +296,7 @@ OPJ_UINT32 opj_tcd_get_decoded_tile_size (opj_tcd_t *p_tcd );
  * @param      p_data_written  pointer to an int that is incremented by the number of bytes really written on p_dest
  * @param      p_len                   Maximum length of the destination buffer
  * @param      p_cstr_info             Codestream information structure
- * @return  true if the coding is successfull.
+ * @return  true if the coding is successful.
 */
 OPJ_BOOL opj_tcd_encode_tile(   opj_tcd_t *p_tcd,
                                                            OPJ_UINT32 p_tile_no,