glibc/socket
Dmitry V. Levin a1b02ae763 Fix a few typos in comments
Apply the following spelling fixes:
$ git grep -F -l 'relevent' |
  xargs sed -i 's/relevent/relevant/g'
$ git grep -F -l 'checked fot' |
  xargs sed -i 's/checked fot/checked for/g'
$ git grep -F -l "could't" |
  xargs sed -i "s/could't/couldn't/g"
$ git grep -F -l 'wheter' | grep -Fv ChangeLog.old |
  xargs sed -i 's/wheter/whether/g'
$ git grep -F -l 'neccessary' | grep -Fv ChangeLog.old |
  xargs sed -i 's/neccessary/necessary/g'
$ git grep -F -l 'ouput' |
  xargs sed -i 's/ouput/output/g'
$ git grep -F -w -l 'iput' |
  xargs sed -i 's/iput/input/g'

This is inspired by a gnulib bug report at
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00081.html

* argp/argp-help.c: Fix typo in comment.
* misc/sys/cdefs.h: Likewise.
* posix/regexec.c (sift_states_iter_mb): Likewise.
* socket/sockatmark.c: Likewise.
* socket/sys/socket.h: Likewise.
* sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
* sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
* sysdeps/ia64/fpu/s_cosl.S: Likewise.
* sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
* sysdeps/unix/sockatmark.c: Likewise.
* time/strptime_l.c: Likewise.
2019-01-12 13:44:51 +00:00
..
bits Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sys Fix a few typos in comments 2019-01-12 13:44:51 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Versions Fix mq_notify socket, recv namespace (bug 18546). 2015-06-17 20:20:08 +00:00
accept.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
accept4.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
bind.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
connect.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpeername.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsockname.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsockopt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
isfdtype.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
listen.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
opensock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
recv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
recvfrom.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
recvmmsg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
recvmsg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sa_len.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
send.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sendmmsg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sendmsg.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sendto.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
setsockopt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
shutdown.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sockatmark.c Fix a few typos in comments 2019-01-12 13:44:51 +00:00
socket.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
socketpair.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-accept4.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00