From: Volker Lendecke Date: Mon, 3 Nov 2008 16:49:38 +0000 (+0100) Subject: Make a comment match its function definition X-Git-Tag: samba-4.0.0alpha6~521 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a05c277ca0d460bc610fb295fbf572efa2275fb;p=thirdparty%2Fsamba.git Make a comment match its function definition --- diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c index 4ed574cec7b..4e56acf8b38 100644 --- a/source3/smbd/aio.c +++ b/source3/smbd/aio.c @@ -132,7 +132,7 @@ static void delete_aio_ex(struct aio_extra *aio_ex) } /**************************************************************************** - Given the aiocb struct find the extended aio struct containing it. + Given the mid find the extended aio struct containing it. *****************************************************************************/ static struct aio_extra *find_aio_ex(uint16 mid)