diff options
author | Chris Robinson <[email protected]> | 2011-08-30 23:28:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-30 23:28:38 -0700 |
commit | 9fb91f70aafae4bbc745f9cf52d027cd2b07a52a (patch) | |
tree | 99af0c4fb9761c9e3186580aed86148b918bdb0c /Alc | |
parent | a32a3bcda87bc7ee56a13495b4afb3280aee9f9e (diff) |
Rename GetReffedContext to GetContextRef
Diffstat (limited to 'Alc')
-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; |