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