1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-13 23:13:24 +00:00

corrected some typos in comments

This commit is contained in:
Gerhard Rieger 2008-01-29 07:59:12 +01:00
parent 5a1ef121ab
commit e690002985
8 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
/* source: xioread.c */
/* Copyright Gerhard Rieger 2001-2007 */
/* Copyright Gerhard Rieger 2001-2008 */
/* Published under the GNU General Public License V.2, see file COPYING */
/* this is the source of the extended read function */
@ -142,7 +142,7 @@ ssize_t xioread(xiofile_t *file, void *buff, size_t bufsiz) {
}
if (pipe->peersa.soa.sa_family != PF_UNSPEC) {
/* a peer address is defined, so we need to check if it matches */
/* a peer address is registered, so we need to check if it matches */
#if 0 /* with UNIX sockets we find inconsistent lengths */
if (fromlen != pipe->salen) {
Info("recvfrom(): wrong peer address length, ignoring packet");