Skip to content

Commit

Permalink
Update protocol.h
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
drbitboy authored and JaylinYu committed Mar 25, 2024
1 parent b0bd3c6 commit 25d0014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 25d0014

Please sign in to comment.