aboutsummaryrefslogtreecommitdiff
path: root/src/core/init.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-01-01 11:20:01 -0800
committerGarrett D'Amore <garrett@damore.org>2024-01-01 11:20:01 -0800
commitceaedf5c5d5d5a927bed6253a9e1f0c0cbc89e8a (patch)
tree7bca6bd872477154bda5b17bb2434bfa7efa32d4 /src/core/init.h
parente988fa30ee52270a22f6448ba6260f09c8280f99 (diff)
downloadnng-ceaedf5c5d5d5a927bed6253a9e1f0c0cbc89e8a.tar.gz
nng-ceaedf5c5d5d5a927bed6253a9e1f0c0cbc89e8a.tar.bz2
nng-ceaedf5c5d5d5a927bed6253a9e1f0c0cbc89e8a.zip
Comment typo
Diffstat (limited to 'src/core/init.h')
-rw-r--r--src/core/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/init.h b/src/core/init.h
index 7875ba4c..4340b15b 100644
--- a/src/core/init.h
+++ b/src/core/init.h
@@ -15,7 +15,7 @@
#include "core/nng_impl.h"
// nni_init is called each time the user enters the library. It ensures that
-// the library is initlialized properly, and also deals with checks such as
+// the library is initialized properly, and also deals with checks such as
// whether the process has forked since last initialization.
int nni_init(void);