aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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;