shithub: riscv

Download patch

ref: 70e2b4f7ec6b225ae69a6e76dd025e1be0e0e8b1
parent: 56c86739a848710f9b49ea1e20326fa524b8516f
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