summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/assuan-socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-socket.c b/src/assuan-socket.c
index 39e1a0c..c53468b 100644
--- a/src/assuan-socket.c
+++ b/src/assuan-socket.c
@@ -363,7 +363,7 @@ read_port_and_nonce (const char *fname, unsigned short *port, char *nonce,
*
* "!<socket >%u %c %08x-%08x-%08x-%08x\x00"
*
- * %d for port number, %c for kind of socket (s for STREAM), and
+ * %u for port number, %c for kind of socket (s for STREAM), and
* we have 16-byte random bytes for nonce. We only support
* stream mode.
*/