9pqueue(2): fix typo

This commit is contained in:
rodri 2022-04-19 20:21:37 +00:00
parent 56c86739a8
commit 70e2b4f7ec

View file

@ -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