diff options
Diffstat (limited to 'Alc/hrtf.cpp')
-rw-r--r-- | Alc/hrtf.cpp | 2 |
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) |