From 736fc6f47c722f082184c3b45b02e7272457862f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Sat, 25 Dec 2021 08:44:36 +0000 Subject: [PATCH] khan: fix comment It's a little atom; so 31 bits, not 32. --- pkg/urbit/vere/io/khan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/urbit/vere/io/khan.c b/pkg/urbit/vere/io/khan.c index 49480ea34..b27a16922 100644 --- a/pkg/urbit/vere/io/khan.c +++ b/pkg/urbit/vere/io/khan.c @@ -11,7 +11,7 @@ ** [%move move-args=*] ** == == ** -** request-id is a 32-bit client-supplied identifier that will +** request-id is a 31-bit client-supplied identifier that will ** be returned along with the response, to allow correlating ** responses to simultaneous requests. (any request that may ** take more than a single arvo event is not guaranteed to