aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/panning.c')
-rw-r--r--Alc/panning.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/panning.c b/Alc/panning.c
index 8a8840fb..63ff618e 100644
--- a/Alc/panning.c
+++ b/Alc/panning.c
@@ -1166,7 +1166,7 @@ void aluInitRenderer(ALCdevice *device, ALint hrtf_id, enum HrtfRequestMode hrtf
Hrtf_DecRef(hrtf);
}
- /* Reuse the old HRTF if its compatible and any desired HRTF isn't
+ /* Reuse the old HRTF if it's compatible and any desired HRTF wasn't
* compatible.
*/
if(!device->HrtfHandle && old_hrtf)