From 824b2e33391a7543b1e0c5c8d1b694263ae18848 Mon Sep 17 00:00:00 2001 From: Pedro Martelletto Date: Fri, 29 Oct 2004 11:51:50 +0000 Subject: silly typo... --- sys/kern/vfs_sync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/vfs_sync.c') 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: * -- cgit v1.2.3