mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
Fix: Typo
This commit is contained in:
parent
54ebab6a2a
commit
82e962538e
@ -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 week refernece counter. */
|
||||
/* This is the same as igloo_ro_ref() and igloo_ro_unref() but increases/decreases the weak refernece 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