aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_sockaddr_inproc.5.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_sockaddr_inproc.5.adoc')
-rw-r--r--docs/man/nng_sockaddr_inproc.5.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_sockaddr_inproc.5.adoc b/docs/man/nng_sockaddr_inproc.5.adoc
index 428ddc1b..b3dafd1a 100644
--- a/docs/man/nng_sockaddr_inproc.5.adoc
+++ b/docs/man/nng_sockaddr_inproc.5.adoc
@@ -47,7 +47,7 @@ The following structure members are present:
The string must be `NUL` terminated, but no other restrictions exist.
TIP: In order to ensure maximum compatibility, applications should avoid
-hard coding the sizeof the `sa_name` member explicitly, but use the
+hard coding the size of the `sa_name` member explicitly, but use the
`sizeof` operator to determine its actual size at compile time.
Furthermore, the size is guaranteed to be at least 128.