summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.h b/src/verify.h
index 5f678bae..43fb0b09 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -441,11 +441,11 @@ public:
/** A POC marker was found outside the main head [Bv2.1_10.2.1] */
INVALID_JPEG2000_POC_MARKER_LOCATION,
/** Invalid number of tile parts for 2K JPEG2000 stream (should be 3) [Bv2.1_10.2.1]
- * note contains the number of tile parts
+ * tile_parts contains the number of tile parts
*/
INVALID_JPEG2000_TILE_PARTS_FOR_2K,
/** Invalid number of tile parts for 4K JPEG2000 stream (should be 6) [Bv2.1_10.2.1]
- * note contains the number of tile parts
+ * tile_parts contains the number of tile parts
*/
INVALID_JPEG2000_TILE_PARTS_FOR_4K,
/** Invalid _Rsiz_ (capabilities) value in 2K JPEG2000 stream.