diff options
Diffstat (limited to 'stdio/internals.c')
-rw-r--r-- | stdio/internals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/internals.c b/stdio/internals.c index 8ec731fa62..68aee34ae6 100644 --- a/stdio/internals.c +++ b/stdio/internals.c @@ -680,7 +680,7 @@ __invalidate (stream) /* Save its link. */ register FILE *next = stream->__next; - /* Pulverize the fucker. */ + /* Pulverize the deceased. */ memset((void *) stream, 0, sizeof(FILE)); /* Restore the deceased's link. */ |