]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
f
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Jun 2025 19:24:36 +0000 (21:24 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Jun 2025 19:24:36 +0000 (21:24 +0200)
recv.h

diff --git a/recv.h b/recv.h
index 51dc382ab6604cbf48a49f2e606db36ced63d3fa..ffb62a97113e8d96f4e7d2e03386c523fdac8862 100644 (file)
--- a/recv.h
+++ b/recv.h
@@ -8,7 +8,7 @@
  * is created by calling \ref receiver::open. The receiver node is set
  * up by making it the root of a buffer tree and registering it to the
  * scheduler. Once scheduling is started the receiver node performs I/O as
- * long as there is input available and room and room in its output buffer.
+ * long as there is input available and space left in the output buffer.
  *
  * The few functions declared here are defined in \ref recv_common.c.
  */