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