diff options
| author | Garrett D'Amore <garrett@damore.org> | 2021-07-29 15:42:41 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2021-07-31 11:18:28 -0700 |
| commit | 2c3700cce723f964cab23ae1d8b73aaa66702f50 (patch) | |
| tree | 0858fe04238c55aef137cf64c3966117661cafda /src/core/protocol.h | |
| parent | 55fb7f14dd95b81ca84e463749d1707da2f07c83 (diff) | |
| download | nng-2c3700cce723f964cab23ae1d8b73aaa66702f50.tar.gz nng-2c3700cce723f964cab23ae1d8b73aaa66702f50.tar.bz2 nng-2c3700cce723f964cab23ae1d8b73aaa66702f50.zip | |
Minor format and spelling in comments.
Diffstat (limited to 'src/core/protocol.h')
| -rw-r--r-- | src/core/protocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/protocol.h b/src/core/protocol.h index 79296cdf..4edebfc2 100644 --- a/src/core/protocol.h +++ b/src/core/protocol.h @@ -122,9 +122,9 @@ struct nni_proto { nni_proto_id proto_self; // Our identity nni_proto_id proto_peer; // Peer identity uint32_t proto_flags; // Protocol flags - const nni_proto_sock_ops *proto_sock_ops; // Per-socket opeations - const nni_proto_pipe_ops *proto_pipe_ops; // Per-pipe operations. - const nni_proto_ctx_ops * proto_ctx_ops; // Context operations. + const nni_proto_sock_ops *proto_sock_ops; // Per-socket operations + const nni_proto_pipe_ops *proto_pipe_ops; // Per-pipe operations + const nni_proto_ctx_ops * proto_ctx_ops; // Context operations // proto_init, if not NULL, provides a function that initializes // global values. The main purpose of this may be to initialize |
