diff options
author | des <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
commit | 396b11447523f0a81228e0735758e09c792bcb5b (patch) | |
tree | 3c760cd87265a5a428738ce4b995557356f1d86b /sys/netatalk | |
parent | 86e1a21b7908937d1545c2d878f7be7e149558aa (diff) | |
download | FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz |
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/netatalk')
-rw-r--r-- | sys/netatalk/at_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatalk/at_control.c b/sys/netatalk/at_control.c index e15093a..2198891 100644 --- a/sys/netatalk/at_control.c +++ b/sys/netatalk/at_control.c @@ -707,7 +707,7 @@ at_broadcast( sat ) * * Split the range into two subranges such that the middle * of the two ranges is the point where the highest bit of difference - * between the two addresses, makes it's transition + * between the two addresses makes its transition. * Each of the upper and lower ranges might not exist, or might be * representable by 1 or more netmasks. In addition, if both * ranges can be represented by the same netmask, then teh can be merged |