diff options
| author | mochalins <117967760+mochalins@users.noreply.github.com> | 2025-05-23 17:02:52 +0900 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-06-02 07:24:06 -0700 |
| commit | 4e1ffdca6d97c1bddc460835c94b16bc64284861 (patch) | |
| tree | 80c27b0e509c8d7001619af27a33794f4bcad3c4 /src/core/sockaddr.c | |
| parent | 1323aece0712522ccb2bf432b5085889a3513fa8 (diff) | |
| download | nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.gz nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.bz2 nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.zip | |
Fix typos across docs, comments, and CMake
Diffstat (limited to 'src/core/sockaddr.c')
| -rw-r--r-- | src/core/sockaddr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/sockaddr.c b/src/core/sockaddr.c index 15842b82..9dbb1c6c 100644 --- a/src/core/sockaddr.c +++ b/src/core/sockaddr.c @@ -87,7 +87,7 @@ nni_inet_ntop(const uint8_t addr[16], char buf[46]) idx += 2; sep = false; } else if (i < maxoff || i >= maxoff + maxcnt) { - // this takes at most six bytes -- four hax digits a + // this takes at most six bytes -- four hex digits a // colon, and a null NNI_ASSERT(idx <= 40); snprintf(buf + idx, 6, sep ? ":%x" : "%x", |
