summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2022-04-19 20:21:37 +0000
committerrodri <rgl@antares-labs.eu>2022-04-19 20:21:37 +0000
commit70e2b4f7ec6b225ae69a6e76dd025e1be0e0e8b1 (patch)
tree959d0ea8c43d5e095478b784371619658d77fc4c /sys/man/2
parent56c86739a848710f9b49ea1e20326fa524b8516f (diff)
9pqueue(2): fix typo
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/9pqueue2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/9pqueue b/sys/man/2/9pqueue
index 54d76a3c0..770161347 100644
--- a/sys/man/2/9pqueue
+++ b/sys/man/2/9pqueue
@@ -59,7 +59,7 @@ will be interrupted.
.PP
.I Reqqueuefree
frees a queue.
-No new requests should be send to the queue and it will be freed once all requests in it have been processed.
+No new requests should be sent to the queue and it will be freed once all requests in it have been processed.
.SH SOURCE
.B /sys/src/lib9p/queue.c
.SH SEE ALSO