aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
authormochalins <117967760+mochalins@users.noreply.github.com>2025-05-23 17:02:52 +0900
committerGarrett D'Amore <garrett@damore.org>2025-06-02 07:24:06 -0700
commit4e1ffdca6d97c1bddc460835c94b16bc64284861 (patch)
tree80c27b0e509c8d7001619af27a33794f4bcad3c4 /src/core/socket.h
parent1323aece0712522ccb2bf432b5085889a3513fa8 (diff)
downloadnng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.gz
nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.bz2
nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.zip
Fix typos across docs, comments, and CMake
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index d84f22c2..f18a4e15 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -89,7 +89,7 @@ extern void *nni_ctx_proto_data(nni_ctx *);
// by the context is also released.
extern void nni_ctx_rele(nni_ctx *);
-// nni_ctx_close is used to close the context. It also implictly releases
+// nni_ctx_close is used to close the context. It also implicitly releases
// the context.
extern void nni_ctx_close(nni_ctx *);