diff options
| author | Brian Carcich <drbitboy@gmail.com> | 2024-03-16 18:01:48 -0400 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-16 16:13:58 -0700 |
| commit | 7166faaf1826493f0343f5421bd6ecb904c66f1f (patch) | |
| tree | 82a724a9c93c020c87ab3c88a49ecfc1f93926eb /src | |
| parent | f202eb5ff6f64ccb298d083cd41d1ba17d045336 (diff) | |
| download | nng-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.h | 2 |
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; |
