9pqueue(2): fix typo

This commit is contained in:
rodri 2022-04-19 20:21:37 +00:00 committed by xfnw
parent 185ced3d1e
commit ddabc765ca

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