diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-04-28 19:01:04 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-04-28 19:01:04 +0200 |
commit | f34d060ef5c91b6ced5f94d21c3da468b4df29e4 (patch) | |
tree | 4bfb1eb51da2c62c08e59cf1f69171164cdf1a06 | |
parent | bf1b35d4a9210a711be3f4d922ea769b96e3e411 (diff) |
Makefile: fix typo in comment
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |