summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-08-24 22:12:21 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-08-24 22:12:21 +0200
commitf04abae3cb1b5437a32ad06ce6c29274d5a80719 (patch)
tree78b7cb1c83c302174c969844ee7354c783516505
parent5399a562d37358dcf508d7118266a51d068cd8af (diff)
feature_test_macros.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/feature_test_macros.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 44efee6e..7834ed84 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -330,7 +330,7 @@ Defining this macro causes some lightweight checks to be performed
to detect some buffer overflow errors when employing
various string and memory manipulation functions.
Not all buffer overflows are detected, just some common cases.
-In the current implementation checks are added for
+In the current implementation, checks are added for
calls to
.BR memcpy (3),
.BR mempcpy (3),