diff options
author | Volker Lendecke <vl@samba.org> | 2008-11-03 17:49:38 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-11-03 17:58:07 +0100 |
commit | 9a05c277ca0d460bc610fb295fbf572efa2275fb (patch) | |
tree | c84db8741185223adcf20b2ff2a8330b481702dc /source3 | |
parent | c5a70cab25de3b0acd89ba12150b9077bb59cbb5 (diff) | |
download | samba-9a05c277ca0d460bc610fb295fbf572efa2275fb.tar.gz samba-9a05c277ca0d460bc610fb295fbf572efa2275fb.tar.bz2 samba-9a05c277ca0d460bc610fb295fbf572efa2275fb.zip |
Make a comment match its function definition
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c index 4ed574cec7..4e56acf8b3 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) |