diff options
author | 2004-10-29 11:51:49 +0000 | |
---|---|---|
committer | 2004-10-29 11:51:49 +0000 | |
commit | 97b35d1dc6013fd34e3c6a7f173dcd6a870a8e4c (patch) | |
tree | d03e4800bd5d96989adccc33ed8340b7b542354b | |
parent | another re device from FreeBSD (diff) | |
download | wireguard-openbsd-97b35d1dc6013fd34e3c6a7f173dcd6a870a8e4c.tar.xz wireguard-openbsd-97b35d1dc6013fd34e3c6a7f173dcd6a870a8e4c.zip |
silly typo...
-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: * |