=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/sock.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/sndiod/sock.c 2016/03/23 06:16:35 1.18 +++ src/usr.bin/sndiod/sock.c 2016/10/27 04:37:47 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.c,v 1.18 2016/03/23 06:16:35 ratchov Exp $ */ +/* $OpenBSD: sock.c,v 1.19 2016/10/27 04:37:47 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -313,7 +313,7 @@ } /* - * write on the socke fd and handle errors + * write on the socket fd and handle errors */ int sock_fdwrite(struct sock *f, void *data, int count) @@ -354,7 +354,7 @@ } /* - * read from the socke fd and handle errors + * read from the socket fd and handle errors */ int sock_fdread(struct sock *f, void *data, int count) @@ -508,7 +508,7 @@ } /* - * read data into the slot/midi ring buffer + * write data to the slot/midi ring buffer */ int sock_wdata(struct sock *f)