From: Elias Fleckenstein Date: Mon, 4 Apr 2022 12:52:56 +0000 (+0200) Subject: Fix typo in refcount.h X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=336160a9d269bfca9801b67562f8de969e06189c;p=dragonstd.git Fix typo in refcount.h --- diff --git a/refcount.h b/refcount.h index 12e99d3..9c1d6d1 100644 --- a/refcount.h +++ b/refcount.h @@ -72,7 +72,7 @@ void *refcount_drp(void *refcount); otherwise. */ -void *refcount_obj(void *refcount) +void *refcount_obj(void *refcount); /* [Thread Safe] Return referenced object.