From 31909d1dadabbd99cbf107c8003fbf29a70b9150 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 5 Oct 2011 13:12:44 +0200 Subject: [PATCH] tweak comment --- aucat/abuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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