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