aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Carcich <drbitboy@gmail.com>2024-03-16 18:01:48 -0400
committerGarrett D'Amore <garrett@damore.org>2024-03-16 16:13:58 -0700
commit7166faaf1826493f0343f5421bd6ecb904c66f1f (patch)
tree82a724a9c93c020c87ab3c88a49ecfc1f93926eb /src
parentf202eb5ff6f64ccb298d083cd41d1ba17d045336 (diff)
downloadnng-7166faaf1826493f0343f5421bd6ecb904c66f1f.tar.gz
nng-7166faaf1826493f0343f5421bd6ecb904c66f1f.tar.bz2
nng-7166faaf1826493f0343f5421bd6ecb904c66f1f.zip
Update protocol.h
Fix comment typo
Diffstat (limited to 'src')
-rw-r--r--src/core/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/protocol.h b/src/core/protocol.h
index 6118a2ac..c7bfb1ad 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;