From 82e962538e2fcee4a414767af4de3db90c6e288e Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Tue, 18 Dec 2018 20:34:54 +0000 Subject: [PATCH] Fix: Typo --- include/igloo/ro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/igloo/ro.h b/include/igloo/ro.h index b76fd53..9d3ab6e 100644 --- a/include/igloo/ro.h +++ b/include/igloo/ro.h @@ -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);