Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/freebsd typo in comment
details: https://anonhg.NetBSD.org/src/rev/349836dd1029
branches: trunk
changeset: 336132:349836dd1029
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Feb 14 07:37:19 2015 +0000
description:
typo in comment
diffstat:
sys/compat/freebsd/freebsd_sysctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fe7f0de8de39 -r 349836dd1029 sys/compat/freebsd/freebsd_sysctl.c
--- a/sys/compat/freebsd/freebsd_sysctl.c Sat Feb 14 07:20:11 2015 +0000
+++ b/sys/compat/freebsd/freebsd_sysctl.c Sat Feb 14 07:37:19 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: freebsd_sysctl.c,v 1.18 2014/10/18 08:33:27 snj Exp $ */
+/* $NetBSD: freebsd_sysctl.c,v 1.19 2015/02/14 07:37:19 dholland Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: freebsd_sysctl.c,v 1.18 2014/10/18 08:33:27 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: freebsd_sysctl.c,v 1.19 2015/02/14 07:37:19 dholland Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -111,7 +111,7 @@
/*
* FreeBSD sysctl uses an undocumented set of special OIDs in its
* sysctl MIB whose tree is rooted at oid 0. These OIDs are
- * interpretted by their sysctl to implement functions that NetBSD
+ * interpreted by their sysctl to implement functions that NetBSD
* performs in libc, such as sysctlgetmibinfo.
*
* From the FreeBSD kern_sysctl.c, these OIDs are:
Home |
Main Index |
Thread Index |
Old Index