aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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)