From 25d00141344ec771acf2ee457b3a4bd290718245 Mon Sep 17 00:00:00 2001 From: Brian Carcich Date: Sat, 16 Mar 2024 18:01:48 -0400 Subject: [PATCH] Update protocol.h Fix comment typo --- src/core/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/protocol.h b/src/core/protocol.h index 6118a2ac7..c7bfb1ad6 100644 --- a/src/core/protocol.h +++ b/src/core/protocol.h @@ -79,7 +79,7 @@ struct nni_proto_ctx_ops { }; struct nni_proto_sock_ops { - // ctx_size is the size of a protocol socket object. The common + // sock_size is the size of a protocol socket object. The common // code allocates this memory for the protocol private state. size_t sock_size;