Make a comment match its function definition
authorVolker Lendecke <vl@samba.org>
Mon, 3 Nov 2008 16:49:38 +0000 (17:49 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 3 Nov 2008 16:58:07 +0000 (17:58 +0100)
source3/smbd/aio.c

index 4ed574cec7bab1c7e0f46c07517fda45c72ed510..4e56acf8b38379335e6bc0af64a54060991f3d43 100644 (file)
@@ -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)