From 9fb91f70aafae4bbc745f9cf52d027cd2b07a52a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 30 Aug 2011 23:28:38 -0700 Subject: Rename GetReffedContext to GetContextRef --- Alc/ALc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index ae5a0830..886a38b0 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -1431,12 +1431,12 @@ ALCcontext *GetLockedContext(void) } /* - * GetReffedContext(void) + * GetContextRef * - * Returns the currently active Context, and add a reference to it without + * Returns the currently active Context, and adds a reference to it without * locking */ -ALCcontext *GetReffedContext(void) +ALCcontext *GetContextRef(void) { ALCcontext *context; -- cgit v1.2.3