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