diff options
Diffstat (limited to 'source3/modules/vfs_aio_pthread.c')
-rw-r--r-- | source3/modules/vfs_aio_pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aio_pthread.c b/source3/modules/vfs_aio_pthread.c index de114d1292..d1922b57de 100644 --- a/source3/modules/vfs_aio_pthread.c +++ b/source3/modules/vfs_aio_pthread.c @@ -191,7 +191,7 @@ static void aio_open_handle_completion(struct tevent_context *event_ctx, opd->in_progress = false; - /* Find outstanding event and reschdule. */ + /* Find outstanding event and reschedule. */ if (!schedule_deferred_open_message_smb(opd->sconn, opd->mid)) { /* * Outstanding event didn't exist or was |