summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_linux.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-04-12 21:59:31 +0200
committerVolker Lendecke <vl@samba.org>2012-04-12 23:38:23 +0200
commitf6328b14c8d5fbc36d4597ebd52f74bfd60d92fc (patch)
treeaf3ae27eaffa95b931a3003b3a0bb95629045716 /source3/modules/vfs_aio_linux.c
parent6742aa1fb62bdb70ee5e89d243b4058ba6b5e73a (diff)
downloadsamba-f6328b14c8d5fbc36d4597ebd52f74bfd60d92fc.tar.gz
samba-f6328b14c8d5fbc36d4597ebd52f74bfd60d92fc.tar.bz2
samba-f6328b14c8d5fbc36d4597ebd52f74bfd60d92fc.zip
s3: Fix a typo
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Thu Apr 12 23:38:24 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/modules/vfs_aio_linux.c')
-rw-r--r--source3/modules/vfs_aio_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aio_linux.c b/source3/modules/vfs_aio_linux.c
index f6fa80a355..d49dc49cc4 100644
--- a/source3/modules/vfs_aio_linux.c
+++ b/source3/modules/vfs_aio_linux.c
@@ -98,7 +98,7 @@ static bool init_aio_linux(struct vfs_handle_struct *handle)
return true;
}
- /* Shedule a shutdown event for 30 seconds from now. */
+ /* Schedule a shutdown event for 30 seconds from now. */
te = tevent_add_timer(server_event_context(),
NULL,
timeval_current_ofs(30, 0),