]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
libio: Clean up fputc/putc comments
authorSamuel Zeter <samuelzeter@gmail.com>
Fri, 28 Feb 2025 02:05:20 +0000 (12:05 +1000)
committerArjun Shankar <arjun@redhat.com>
Mon, 3 Mar 2025 15:12:03 +0000 (16:12 +0100)
Remove duplicate comments in stdio.h

Signed-off-by: Samuel Zeter <samuelzeter@gmail.com>
Reviewed-by: Arjun Shankar <arjun@redhat.com>
libio/stdio.h

index 602f53a946023644d59d78bf09319f787f7f233b..4436525731faebb63816e2fa2cd5c5d3a6d60822 100644 (file)
@@ -604,9 +604,6 @@ extern int fgetc_unlocked (FILE *__stream) __nonnull ((1));
 /* Write a character to STREAM.
 
    These functions are possible cancellation points and therefore not
-   marked with __THROW.
-
-   These functions is a possible cancellation point and therefore not
    marked with __THROW.  */
 extern int fputc (int __c, FILE *__stream) __nonnull ((2));
 extern int putc (int __c, FILE *__stream) __nonnull ((2));