aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-08-30 23:28:38 -0700
committerChris Robinson <[email protected]>2011-08-30 23:28:38 -0700
commit9fb91f70aafae4bbc745f9cf52d027cd2b07a52a (patch)
tree99af0c4fb9761c9e3186580aed86148b918bdb0c /Alc
parenta32a3bcda87bc7ee56a13495b4afb3280aee9f9e (diff)
Rename GetReffedContext to GetContextRef
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c6
1 files changed, 3 insertions, 3 deletions
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;