aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-24 17:35:32 -0700
committerChris Robinson <[email protected]>2019-03-24 17:35:32 -0700
commit5e6e738681f0d3833143c3d539b1adcdc8a14c31 (patch)
tree214f08f6c91cce81066e024942dfbc7d91f0c9b0 /Alc
parent7c16b1e02f5f8888741b7ee4a737506ac8ff5321 (diff)
Change references of makehrtf to makemhr
Diffstat (limited to 'Alc')
-rw-r--r--Alc/hrtf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.cpp b/Alc/hrtf.cpp
index f71f6fc5..72e16263 100644
--- a/Alc/hrtf.cpp
+++ b/Alc/hrtf.cpp
@@ -76,7 +76,7 @@ using namespace std::placeholders;
using HrtfHandlePtr = std::unique_ptr<HrtfHandle>;
/* Data set limits must be the same as or more flexible than those defined in
- * the makehrtf utility.
+ * the makemhr utility.
*/
#define MIN_IR_SIZE (8)
#define MAX_IR_SIZE (512)