aboutsummaryrefslogtreecommitdiff
path: root/manual/examples/mkfsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'manual/examples/mkfsock.c')
-rw-r--r--manual/examples/mkfsock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/examples/mkfsock.c b/manual/examples/mkfsock.c
index c6603af0ae..affeba66be 100644
--- a/manual/examples/mkfsock.c
+++ b/manual/examples/mkfsock.c
@@ -28,7 +28,7 @@ make_named_socket (const char *filename)
the offset of the start of the filename,
plus its length,
plus one for the terminating null byte.
- Alternativly you can just do:
+ Alternatively you can just do:
size = SUN_LEN (&name);
*/
size = (offsetof (struct sockaddr_un, sun_path)