diff options
author | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
commit | 69669cbe99c92053594f595bbb8afd89c18a1892 (patch) | |
tree | b4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/tests/nss/getproto_test.c | |
parent | 3cfc36525eddce27cb703ad496d3805e43dc51f9 (diff) | |
download | FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.zip FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.tar.gz |
libc: spelling fixes.
Mostly on comments.
Diffstat (limited to 'lib/libc/tests/nss/getproto_test.c')
-rw-r--r-- | lib/libc/tests/nss/getproto_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/tests/nss/getproto_test.c b/lib/libc/tests/nss/getproto_test.c index fdb6804..5ae8555 100644 --- a/lib/libc/tests/nss/getproto_test.c +++ b/lib/libc/tests/nss/getproto_test.c @@ -315,8 +315,8 @@ errfin: } /* protoent_check_ambiguity() is needed when one port+proto is associated with - * more than one peice (these cases are usually marked as PROBLEM in - * /etc/peices. This functions is needed also when one peice+proto is + * more than one piece (these cases are usually marked as PROBLEM in + * /etc/peices. This functions is needed also when one piece+proto is * associated with several ports. We have to check all the protoent structures * to make sure that pe really exists and correct */ static int |