summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-04-28 19:01:04 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-04-28 19:01:04 +0200
commitf34d060ef5c91b6ced5f94d21c3da468b4df29e4 (patch)
tree4bfb1eb51da2c62c08e59cf1f69171164cdf1a06
parentbf1b35d4a9210a711be3f4d922ea769b96e3e411 (diff)
Makefile: fix typo in comment
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f79b9da..7e821d0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ SFEED_CFLAGS = ${CFLAGS}
SFEED_LDFLAGS = ${LDFLAGS}
SFEED_CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
-# uncomment for convervative locked I/O.
+# uncomment for conservative locked I/O.
#SFEED_CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE \
# -DGETNEXT=getchar