diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:14:58 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:14:58 +0100 |
| commit | 196b364aaee197fa24bb9ef3363b6447df74bb02 (patch) | |
| tree | 904b2660a4df082c020a67bb758e865aa8c533ca /util.c | |
| parent | m misc (diff) | |
| download | coopgammad-1.3.3.tar.gz coopgammad-1.3.3.tar.bz2 coopgammad-1.3.3.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'util.c')
| -rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,7 +92,7 @@ fail: * Not cancelled by `EINTR` * * @param fd The file descriptor - * @param buf The buffer which shall be written to the fail + * @param buf The buffer which shall be written to the file * @param n The size of the buffer * @return The number of written bytes, less than `n` * on error, cannot exceed `n` @@ -119,7 +119,7 @@ nwrite(int fd, const void *restrict buf, size_t n) /** - * Perform a timed suspention of the process. + * Perform a timed suspension of the process. * The process resumes when the timer expires, * or when it is interrupted. * |
