From 70a097bf59741dca44069ef139a22d2b7e0a9a07 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 7 Apr 2017 03:21:40 -0700 Subject: [PATCH] Clean up a comment --- Alc/panning.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)