diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2008-11-10 11:53:17 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2008-11-10 11:53:17 +0000 |
commit | cb7831960cd154cd7ad384300f2928ece337c8cc (patch) | |
tree | 09558248e984fce24a287a3ecd05f0a1cbb0e2f7 | |
parent | 3bd4448cbe3a58d8ea24da92c57665b4358a1f05 (diff) |
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 |