Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src typo
details: https://anonhg.NetBSD.org/src/rev/4dd80f839961
branches: trunk
changeset: 338458:4dd80f839961
user: prlw1 <prlw1%NetBSD.org@localhost>
date: Mon May 25 21:02:37 2015 +0000
description:
typo
diffstat:
share/man/man9/csf.9 | 4 ++--
sys/dev/vnd.c | 6 +++---
sys/kern/kern_mutex.c | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r f6bf297a65bd -r 4dd80f839961 share/man/man9/csf.9
--- a/share/man/man9/csf.9 Mon May 25 20:57:18 2015 +0000
+++ b/share/man/man9/csf.9 Mon May 25 21:02:37 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: csf.9,v 1.8 2014/10/27 12:02:17 christos Exp $
+.\" $NetBSD: csf.9,v 1.9 2015/05/25 21:02:37 prlw1 Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -92,7 +92,7 @@
.Xr sched_4bsd 9 ,
the traditional 4.4BSD thread scheduler, and
.Xr sched_m2 9
-which implements a SVR4/Solaris like apporach.
+which implements a SVR4/Solaris like approach.
.Pp
The interface is divided into two parts: A set of functions each
scheduler needs to implement and common functions used by all
diff -r f6bf297a65bd -r 4dd80f839961 sys/dev/vnd.c
--- a/sys/dev/vnd.c Mon May 25 20:57:18 2015 +0000
+++ b/sys/dev/vnd.c Mon May 25 21:02:37 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vnd.c,v 1.244 2015/05/25 20:57:18 prlw1 Exp $ */
+/* $NetBSD: vnd.c,v 1.245 2015/05/25 21:02:37 prlw1 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.244 2015/05/25 20:57:18 prlw1 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.245 2015/05/25 21:02:37 prlw1 Exp $");
#if defined(_KERNEL_OPT)
#include "opt_vnd.h"
@@ -743,7 +743,7 @@
}
/*
- * Handes the read/write request given in 'bp' using the vnode's VOP_READ
+ * Handles the read/write request given in 'bp' using the vnode's VOP_READ
* and VOP_WRITE operations.
*
* 'obp' is a pointer to the original request fed to the vnd device.
diff -r f6bf297a65bd -r 4dd80f839961 sys/kern/kern_mutex.c
--- a/sys/kern/kern_mutex.c Mon May 25 20:57:18 2015 +0000
+++ b/sys/kern/kern_mutex.c Mon May 25 21:02:37 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_mutex.c,v 1.61 2014/11/28 08:27:27 uebayasi Exp $ */
+/* $NetBSD: kern_mutex.c,v 1.62 2015/05/25 21:02:37 prlw1 Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
#define __MUTEX_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_mutex.c,v 1.61 2014/11/28 08:27:27 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_mutex.c,v 1.62 2015/05/25 21:02:37 prlw1 Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -432,7 +432,7 @@
*
* Support routine for mutex_enter() that must handle all cases. In
* the LOCKDEBUG case, mutex_enter() is always aliased here, even if
- * fast-path stubs are available. If an mutex_spin_enter() stub is
+ * fast-path stubs are available. If a mutex_spin_enter() stub is
* not available, then it is also aliased directly here.
*/
void
Home |
Main Index |
Thread Index |
Old Index