diff options
author | Zhaoming Luo <zhmingluo@163.com> | 2025-04-02 17:23:54 +0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-04-02 14:14:00 +0200 |
commit | e0cb0181c47597950d86ffc8d8dadd6520a8d504 (patch) | |
tree | 6c4eb0753f89447c61570af711c73e3f2cf68d92 | |
parent | 27595346006c4df23b45eba169e428aaccb6c811 (diff) |
Comment fixed
Message-ID: <20250402092354.293338-1-zhmingluo@163.com>
-rw-r--r-- | hurd/io.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/io.defs b/hurd/io.defs index 5bc399ed..4c63de36 100644 --- a/hurd/io.defs +++ b/hurd/io.defs @@ -46,7 +46,7 @@ routine io_write ( offset: loff_t; out amount: vm_size_t); -/* Read data from an IO object. If offset if -1, read from the object +/* Read data from an IO object. If offset is -1, read from the object maintained file pointer. If the object is not seekable, offset is ignored. The amount desired to be read is in AMOUNT. */ routine io_read ( |