manual/io: Fix swapped reading and writing phrase.

Message ID 20240130185848.2084965-1-josimmon@redhat.com
State Committed
Commit 7765034db243e1061bd52465c99f8abb72e60436
Headers
Series manual/io: Fix swapped reading and writing phrase. |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
redhat-pt-bot/TryBot-32bit fail Patch series failed to apply
linaro-tcwg-bot/tcwg_glibc_build--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 warning Patch is already merged

Commit Message

Joe Simmons-Talbott Jan. 30, 2024, 6:58 p.m. UTC
  ---
 manual/io.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/manual/io.texi b/manual/io.texi
index bd82f76ee8..56c82aabc1 100644
--- a/manual/io.texi
+++ b/manual/io.texi
@@ -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.