]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Typo in linux_net_unix_af_unix.c
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 05:57:05 +0000 (22:57 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 05:57:05 +0000 (22:57 -0700)
net/unix/af_unix.c

index bd6fb1b8f9f25d60d76b06d5f7ba782630cafb4a..db9b83bb6384795ff65be349a356f23813e03fdc 100644 (file)
@@ -185,7 +185,7 @@ static int unix_mkname(struct sockaddr_un * sunaddr, int len, unsigned *hashp)
                /*
                 *      This may look like an off by one error but it is
                 *      a bit more subtle. 108 is the longest valid AF_UNIX
-                *      path for a binding. sun_path[108] doesnt as such
+                *      path for a binding. sun_path[108] doesn't as such
                 *      exist. However in kernel space we are guaranteed that
                 *      it is a valid memory location in our kernel
                 *      address buffer.