mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Fix: Typo
This commit is contained in:
parent
5550c606a2
commit
630535d809
@ -125,7 +125,7 @@ int igloo_ro_ref(igloo_ro_t self);
|
||||
*/
|
||||
int igloo_ro_unref(igloo_ro_t self);
|
||||
|
||||
/* This is the same as igloo_ro_ref() and igloo_ro_unref() but increases/decreases the weak refernece counter. */
|
||||
/* This is the same as igloo_ro_ref() and igloo_ro_unref() but increases/decreases the weak reference counter. */
|
||||
int igloo_ro_weak_ref(igloo_ro_t self);
|
||||
int igloo_ro_weak_unref(igloo_ro_t self);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user