manual/io: Fix swapped reading and writing phrase.
authorJoe Simmons-Talbott <josimmon@redhat.com>
Tue, 30 Jan 2024 18:58:34 +0000 (13:58 -0500)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 30 Jan 2024 19:10:38 +0000 (20:10 +0100)
Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
manual/io.texi

index bd82f76..56c82aa 100644 (file)
@@ -59,7 +59,7 @@ the actual read or write operations, to tell them which file to operate
 on.  Certain functions expect streams, and others are designed to
 operate on file descriptors.
 
-When you have finished reading to or writing from the file, you can
+When you have finished reading from or writing to the file, you can
 terminate the connection by @dfn{closing} the file.  Once you have
 closed a stream or file descriptor, you cannot do any more input or
 output operations on it.