Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Improve wording.
details: https://anonhg.NetBSD.org/src/rev/c038f92f80ae
branches: trunk
changeset: 338578:c038f92f80ae
user: joerg <joerg%NetBSD.org@localhost>
date: Sat May 30 19:14:46 2015 +0000
description:
Improve wording.
diffstat:
sys/arch/xen/xen/xenevt.c | 6 +++---
sys/dev/filemon/filemon.c | 4 ++--
sys/net/bpf.c | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (75 lines):
diff -r 50e03e46706a -r c038f92f80ae sys/arch/xen/xen/xenevt.c
--- a/sys/arch/xen/xen/xenevt.c Sat May 30 18:53:39 2015 +0000
+++ b/sys/arch/xen/xen/xenevt.c Sat May 30 19:14:46 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xenevt.c,v 1.42 2015/05/22 10:34:13 bouyer Exp $ */
+/* $NetBSD: xenevt.c,v 1.43 2015/05/30 19:14:46 joerg Exp $ */
/*
* Copyright (c) 2005 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xenevt.c,v 1.42 2015/05/22 10:34:13 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xenevt.c,v 1.43 2015/05/30 19:14:46 joerg Exp $");
#include "opt_xen.h"
#include <sys/param.h>
@@ -300,7 +300,7 @@
switch(minor(dev)) {
case DEV_EVT:
- /* falloc() will use the descriptor for us. */
+ /* falloc() will fill in the descriptor for us. */
if ((error = fd_allocfile(&fp, &fd)) != 0)
return error;
diff -r 50e03e46706a -r c038f92f80ae sys/dev/filemon/filemon.c
--- a/sys/dev/filemon/filemon.c Sat May 30 18:53:39 2015 +0000
+++ b/sys/dev/filemon/filemon.c Sat May 30 19:14:46 2015 +0000
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: filemon.c,v 1.9 2015/05/21 12:00:59 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: filemon.c,v 1.10 2015/05/30 19:14:46 joerg Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -213,7 +213,7 @@
struct file *fp;
int error, fd;
- /* falloc() will use the descriptor for us. */
+ /* falloc() will fill in the descriptor for us. */
if ((error = fd_allocfile(&fp, &fd)) != 0)
return error;
diff -r 50e03e46706a -r c038f92f80ae sys/net/bpf.c
--- a/sys/net/bpf.c Sat May 30 18:53:39 2015 +0000
+++ b/sys/net/bpf.c Sat May 30 19:14:46 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bpf.c,v 1.190 2014/12/29 13:38:13 ozaki-r Exp $ */
+/* $NetBSD: bpf.c,v 1.191 2015/05/30 19:14:46 joerg Exp $ */
/*
* Copyright (c) 1990, 1991, 1993
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.190 2014/12/29 13:38:13 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.191 2015/05/30 19:14:46 joerg Exp $");
#if defined(_KERNEL_OPT)
#include "opt_bpf.h"
@@ -437,7 +437,7 @@
struct file *fp;
int error, fd;
- /* falloc() will use the descriptor for us. */
+ /* falloc() will fill in the descriptor for us. */
if ((error = fd_allocfile(&fp, &fd)) != 0)
return error;
Home |
Main Index |
Thread Index |
Old Index