1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

Fix: Typo

This commit is contained in:
Philipp Schafft 2018-12-18 20:34:54 +00:00
parent 54ebab6a2a
commit 82e962538e

View File

@ -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);