=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/abuf.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/aucat/abuf.c 2010/06/04 06:15:28 1.22 +++ src/usr.bin/aucat/abuf.c 2011/10/12 07:20:03 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: abuf.c,v 1.22 2010/06/04 06:15:28 ratchov Exp $ */ +/* $OpenBSD: abuf.c,v 1.23 2011/10/12 07:20:03 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -127,7 +127,7 @@ } if (ABUF_ROK(buf)) { /* - * XXX : we should call abort(), here. + * XXX: we should call abort(), here. * However, poll() doesn't seem to return POLLHUP, * so the reader is never destroyed; instead it appears * as blocked. Fix file_poll(), if fixable, and add