summaryrefslogtreecommitdiff
path: root/lib/freading.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-11 01:45:36 +0200
committerBruno Haible <bruno@clisp.org>2008-04-11 01:45:36 +0200
commitce72b4199557a5567a08fbe3c1238f23601e242f (patch)
tree9304ccd62a8217b4f1ee48575979623e7f2fa677 /lib/freading.h
parent4305538f3f4009f399fe0571541368ae3c10141b (diff)
downloadgnulib-ce72b4199557a5567a08fbe3c1238f23601e242f.tar.gz
Typo in comment.
Diffstat (limited to 'lib/freading.h')
-rw-r--r--lib/freading.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/freading.h b/lib/freading.h
index bf67b0750d..5c41ae4451 100644
--- a/lib/freading.h
+++ b/lib/freading.h
@@ -1,5 +1,5 @@
/* Retrieve information about a FILE stream.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
/* Return true if the stream STREAM is opened read-only, or if the
last operation on the stream was a read operation. Return false if
the stream is opened write-only or append-only, or if it supports
- writing and there is no current read operation (such as fputc).
+ writing and there is no current read operation (such as fgetc).
freading and fwriting will never both be true. If STREAM supports
both reads and writes, then: