[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Tue, 26 Sep 2023 06:26:30 -0400 (EDT) |
branch: master
commit 06c33a8f9c92db4cb56478bc003fca9416f14f2e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Sep 25 14:04:05 2023 +0200
remote: Fix docstring of ‘zmq-socket->port’.
* src/cuirass/remote.scm (zmq-socket->port): Fix docstring.
---
src/cuirass/remote.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cuirass/remote.scm b/src/cuirass/remote.scm
index a691510..aed2552 100644
--- a/src/cuirass/remote.scm
+++ b/src/cuirass/remote.scm
@@ -407,7 +407,7 @@ the message."
(define zmq-socket->port
(let ((table (make-weak-key-hash-table)))
(lambda (socket)
- "Return a port wrapping SOCKET, a file descriptor."
+ "Return a port wrapping SOCKET, a zmq socket."
(let ((fd (zmq-get-socket-option socket ZMQ_FD)))
(match (hashq-ref table socket)
(#f
- master updated (b97ea9d -> 317d8fc), Ludovic Courtès, 2023/09/26
- [no subject], Ludovic Courtès, 2023/09/26
- [no subject], Ludovic Courtès, 2023/09/26
- [no subject], Ludovic Courtès, 2023/09/26
- [no subject], Ludovic Courtès, 2023/09/26
- [no subject],
Ludovic Courtès <=
- [no subject], Ludovic Courtès, 2023/09/26
- [no subject], Ludovic Courtès, 2023/09/26
- [no subject], Ludovic Courtès, 2023/09/26