Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/dc1a4e5cc6bb
branches:  trunk
changeset: 335885:dc1a4e5cc6bb
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Jan 28 16:27:43 2015 +0000

description:
Fix typo in comment

diffstat:

 sys/dev/vnd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6208791766e9 -r dc1a4e5cc6bb sys/dev/vnd.c
--- a/sys/dev/vnd.c     Wed Jan 28 15:08:12 2015 +0000
+++ b/sys/dev/vnd.c     Wed Jan 28 16:27:43 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnd.c,v 1.240 2015/01/28 15:08:12 bouyer Exp $ */
+/*     $NetBSD: vnd.c,v 1.241 2015/01/28 16:27:43 bouyer Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.240 2015/01/28 15:08:12 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.241 2015/01/28 16:27:43 bouyer Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_vnd.h"
@@ -882,7 +882,7 @@
                 * the parent buf write too.
                 * This has to be done last, so that
                 * fsync won't wait for this write which
-                * has to chance to complete before all nested bufs
+                * has no chance to complete before all nested bufs
                 * have been queued. But it has to be done
                 * before the last VOP_STRATEGY() 
                 * or the call to nestiobuf_done().



Home | Main Index | Thread Index | Old Index