git: 9front

Download patch

ref: e0b2cb1d1a35cf3de4145d1b721b56e2cdf93817
parent: af19a7f70601e49ed9ea5f54b0f07a86f1a27795
author: rodri <rgl@antares-labs.eu>
date: Tue Apr 19 16:21:37 EDT 2022

9pqueue(2): fix typo

--- a/sys/man/2/9pqueue
+++ b/sys/man/2/9pqueue
@@ -59,7 +59,7 @@
 .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
--