a41fe4
commit ae23fa3e5fe24daf94fc7f8e5268bb8ceeda7477
a41fe4
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
a41fe4
Date:   Thu Dec 16 07:19:14 2021 +0530
a41fe4
a41fe4
    __glibc_unsafe_len: Fix comment
a41fe4
    
a41fe4
    We know that the length is *unsafe*.
a41fe4
    
a41fe4
    Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
a41fe4
a41fe4
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
a41fe4
index 17b84a2e6c69d961..147339957c4ad490 100644
a41fe4
--- a/misc/sys/cdefs.h
a41fe4
+++ b/misc/sys/cdefs.h
a41fe4
@@ -150,7 +150,7 @@
a41fe4
 						   __s, __osz))		      \
a41fe4
    && __glibc_safe_len_cond ((__SIZE_TYPE__) (__l), __s, __osz))
a41fe4
 
a41fe4
-/* Conversely, we know at compile time that the length is safe if the
a41fe4
+/* Conversely, we know at compile time that the length is unsafe if the
a41fe4
    __L * __S <= __OBJSZ condition can be folded to a constant and if it is
a41fe4
    false.  */
a41fe4
 #define __glibc_unsafe_len(__l, __s, __osz) \