X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d742bb4728447bd3b23f43de586343b319c03da0..28dc2d220aee492d34c35e3e0756248a16d55b5a:/lib/event.c diff --git a/lib/event.c b/lib/event.c index d3a0c33..0e97596 100644 --- a/lib/event.c +++ b/lib/event.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005, 2007 Richard Kettlewell + * Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1234,7 +1234,7 @@ int ev_writer_flush(ev_writer *w) { /* buffered reader ************************************************************/ -/** @brief Shut down a reader* +/** @brief Shut down a reader * * This is the only path through which we cancel and close the file descriptor. * As with the writer case it is given timeout signature to allow it be