diff --git a/aucat/abuf.c b/aucat/abuf.c index 5e565bc..a231f8f 100644 --- a/aucat/abuf.c +++ b/aucat/abuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: abuf.c,v 1.22 2010/06/04 06:15:28 ratchov Exp $ */ +/* $OpenBSD$ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -127,7 +127,7 @@ abuf_del(struct abuf *buf) } 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