aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-15 02:27:02 -0700
committerChris Robinson <[email protected]>2011-09-15 02:27:02 -0700
commit4e903c84cf69bf82afcc14a5717a3580beda63ce (patch)
treec69c97bc724dbf2c9c89b44b143ccfc5ce077e91 /Alc/hrtf.c
parentae3ec4e7670baf79a7c6dcfe8b308405fc88be56 (diff)
Fix comment on external HRTF file format
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r--Alc/hrtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index cd8ec106..7fa051da 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -37,8 +37,8 @@
* ALushort evOffset[evCount]; // Required values:
* { 0, 1, 13, 37, 73, 118, 174, 234, 306, 378, 450, 522, 594, 654, 710, 755, 791, 815, 827 }
*
- * ALushort coefficients[hrirCount][hrirSize];
- * ALubyte delays[hrirCount]; // Element values must not exceed 127
+ * ALshort coefficients[hrirCount][hrirSize];
+ * ALubyte delays[hrirCount]; // Element values must not exceed 127
*/
static const ALchar magicMarker[8] = "MinPHR00";