diff options
author | 2008-11-10 11:53:16 +0000 | |
---|---|---|
committer | 2008-11-10 11:53:16 +0000 | |
commit | 54f98a3fcb1619d9cd3c9701d45aa5405e836705 (patch) | |
tree | 7fc21fae04484708e2b82dcc73cdd4a5751b6994 | |
parent | missing static (diff) | |
download | wireguard-openbsd-54f98a3fcb1619d9cd3c9701d45aa5405e836705.tar.xz wireguard-openbsd-54f98a3fcb1619d9cd3c9701d45aa5405e836705.zip |
Fix typo in comment, okay jmc@.
-rw-r--r-- | sys/kern/vfs_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index e0a3e816d4c..ce7eeedae86 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_subr.c,v 1.174 2008/11/01 20:34:09 deraadt Exp $ */ +/* $OpenBSD: vfs_subr.c,v 1.175 2008/11/10 11:53:16 pedro Exp $ */ /* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */ /* @@ -1660,7 +1660,7 @@ vfs_shutdown(void) /* * perform sync() operation and wait for buffers to flush. - * assumtions: called w/ scheduler disabled and physical io enabled + * assumptions: called w/ scheduler disabled and physical io enabled * for now called at spl0() XXX */ int |