]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
__glibc_unsafe_len: Fix comment
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 16 Dec 2021 01:49:14 +0000 (07:19 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 16 Dec 2021 01:51:43 +0000 (07:21 +0530)
We know that the length is *unsafe*.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
misc/sys/cdefs.h

index ab57d4a0652483ec101b2d57776e1667bc311599..a05b538579b8801b7a30407fe8770e46d0261234 100644 (file)
                                                   __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) \