aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
committerEitan Adler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
commit463a577b274c9523cb72f534d42e7efa4d8e1c3d (patch)
tree1149682a8773189b3c623000a582961e7e382c47 /usr.sbin/ndp
parentd82fd861a14a622047697f4a04f642ef6176b961 (diff)
downloadsrc-463a577b274c9523cb72f534d42e7efa4d8e1c3d.tar.gz
src-463a577b274c9523cb72f534d42e7efa4d8e1c3d.zip
Fix a ton of speelling errors
arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
Notes
Notes: svn path=/head/; revision=289677
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r--usr.sbin/ndp/ndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index a14520ca61df..85cb67c3bdc9 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -675,7 +675,7 @@ again:;
printf("%-*.*s %-*.*s %*.*s", addrwidth, addrwidth, host_buf,
llwidth, llwidth, ether_str(sdl), ifwidth, ifwidth, ifname);
- /* Print neighbor discovery specific informations */
+ /* Print neighbor discovery specific information */
nbi = getnbrinfo(&sin->sin6_addr, sdl->sdl_index, 1);
if (nbi) {
if (nbi->expire > now.tv_sec) {