diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-10 19:35:27 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-10 19:35:27 +0000 |
commit | 4ba1de13e6c10c2efa83d8d98c94c468dc09838e (patch) | |
tree | 6c797d1a1ff60cfa223cd23f6bd41bfe85421aef | |
parent | 2f76d88d7dba542d15fce687b7d05ef026ab267b (diff) | |
download | glibc-4ba1de13e6c10c2efa83d8d98c94c468dc09838e.tar.gz glibc-4ba1de13e6c10c2efa83d8d98c94c468dc09838e.tar.xz glibc-4ba1de13e6c10c2efa83d8d98c94c468dc09838e.zip |
Fix typo in comment.
-rw-r--r-- | stdio-common/stdio_ext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/stdio_ext.h b/stdio-common/stdio_ext.h index de04803fe9..55586ea841 100644 --- a/stdio-common/stdio_ext.h +++ b/stdio-common/stdio_ext.h @@ -1,5 +1,5 @@ /* Functions to access FILE structure internals. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -79,7 +79,7 @@ extern size_t __fpending (FILE *__fp); extern void _flushlbf (void); -/* Set locking statis of stream FP to TYPE. */ +/* Set locking status of stream FP to TYPE. */ extern int __fsetlocking (FILE *__fp, int __type); __END_DECLS |