From a783f74725cda3646bdf35decd8d42bfc7131e69 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Sat, 15 Sep 2018 10:05:59 +0200 Subject: Fix a typo. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2866b75..369307b 100644 --- a/README +++ b/README @@ -52,7 +52,7 @@ The following macros are defined, unless already defined: FREE(PTR) (free(PTR), (PTR) = NULL, 0) - Ensures that a pointer is not freed twiced. + Ensures that a pointer is not freed twice. CLOSE(FD) ((FD) >= 0 ? (close(FD), (FD) = -1, 0) : 0) -- cgit v1.2.3-70-g09d2