summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-29 16:32:10 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commit53a3e519faeb354934c535f933014cc60ccc3ea4 (patch)
tree4364cb6664cc4bddc05719f9dec19ca8ae0b4439 /src/verify.h
parent7192b355e9754b0551d219de26b387905287495c (diff)
INVALID_SOUND_BIT_DEPTH: note -> bit_depth.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 73b1ab43..04640844 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -292,7 +292,7 @@ public:
*/
INVALID_SOUND_FRAME_RATE,
/** The audio bit depth must be 24
- * note contains the invalid bit depth
+ * bit_depth contains the invalid bit depth
* file contains the asset filename
* reel_index contains the reel index (starting from 0)
*/