diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |