about summary refs log tree commit diff
path: root/misc/sys
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-12-16 07:19:14 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-12-16 07:21:43 +0530
commitae23fa3e5fe24daf94fc7f8e5268bb8ceeda7477 (patch)
treef648089ce8712cb60c2ab6455bc7b5be00bd4782 /misc/sys
parent0f982c182760bd7689769ee7590df592d0a132c0 (diff)
downloadglibc-ae23fa3e5fe24daf94fc7f8e5268bb8ceeda7477.tar.gz
glibc-ae23fa3e5fe24daf94fc7f8e5268bb8ceeda7477.tar.xz
glibc-ae23fa3e5fe24daf94fc7f8e5268bb8ceeda7477.zip
__glibc_unsafe_len: Fix comment
We know that the length is *unsafe*.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'misc/sys')
-rw-r--r--misc/sys/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
index ab57d4a065..a05b538579 100644
--- a/misc/sys/cdefs.h
+++ b/misc/sys/cdefs.h
@@ -169,7 +169,7 @@
 						   __s, __osz))		      \
    && __glibc_safe_len_cond ((__SIZE_TYPE__) (__l), __s, __osz))
 
-/* Conversely, we know at compile time that the length is safe if the
+/* Conversely, we know at compile time that the length is unsafe if the
    __L * __S <= __OBJSZ condition can be folded to a constant and if it is
    false.  */
 #define __glibc_unsafe_len(__l, __s, __osz) \