Module Name: src
Committed By: dholland
Date: Sat Feb 14 07:37:19 UTC 2015
Modified Files:
src/sys/compat/freebsd: freebsd_sysctl.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/compat/freebsd/freebsd_sysctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/freebsd/freebsd_sysctl.c
diff -u src/sys/compat/freebsd/freebsd_sysctl.c:1.18 src/sys/compat/freebsd/freebsd_sysctl.c:1.19
--- src/sys/compat/freebsd/freebsd_sysctl.c:1.18 Sat Oct 18 08:33:27 2014
+++ src/sys/compat/freebsd/freebsd_sysctl.c Sat Feb 14 07:37:19 2015
@@ -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_sys_sysctl(struct lwp *l, const
/*
* 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: