diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-10-29 11:51:50 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-10-29 11:51:50 +0000 |
commit | 824b2e33391a7543b1e0c5c8d1b694263ae18848 (patch) | |
tree | a1ac7da3172bbac8958088dda4a4424550bfa487 /sys | |
parent | 5653dae082c6b5ed535342c56b0baa1d95d1feea (diff) |
silly typo...
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/vfs_sync.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_sync.c b/sys/kern/vfs_sync.c index 77d503ed825..e9113ca4ea1 100644 --- a/sys/kern/vfs_sync.c +++ b/sys/kern/vfs_sync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_sync.c,v 1.28 2004/08/15 18:22:29 pedro Exp $ */ +/* $OpenBSD: vfs_sync.c,v 1.29 2004/10/29 11:51:49 pedro Exp $ */ /* * Portions of this code are: @@ -86,7 +86,7 @@ struct proc *syncerproc; * Similarly, directory updates are more critical, so are only delayed * about a third the time that file data is delayed. Thus, there are * SYNCER_MAXDELAY queues that are processed round-robin at a rate of - * one each second (driven off the filesystem syner process). The + * one each second (driven off the filesystem syncer process). The * syncer_delayno variable indicates the next queue that is to be processed. * Items that need to be processed soon are placed in this queue: * |