tweak comment

This commit is contained in:
Alexandre Ratchov 2011-10-05 13:12:44 +02:00
parent 979c909719
commit 31909d1dad
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: abuf.c,v 1.22 2010/06/04 06:15:28 ratchov Exp $ */
/* $OpenBSD$ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@ -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