From 2c3700cce723f964cab23ae1d8b73aaa66702f50 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 29 Jul 2021 15:42:41 -0700 Subject: Minor format and spelling in comments. --- src/core/protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/protocol.h') 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 -- cgit v1.2.3-70-g09d2