Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/mach typo
details: https://anonhg.NetBSD.org/src/rev/093fd4888a0c
branches: trunk
changeset: 546502:093fd4888a0c
user: manu <manu%NetBSD.org@localhost>
date: Wed Apr 30 18:05:47 2003 +0000
description:
typo
diffstat:
sys/compat/mach/mach_iokit.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a0316ee7a8f1 -r 093fd4888a0c sys/compat/mach/mach_iokit.c
--- a/sys/compat/mach/mach_iokit.c Wed Apr 30 13:04:52 2003 +0000
+++ b/sys/compat/mach/mach_iokit.c Wed Apr 30 18:05:47 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mach_iokit.c,v 1.12 2003/04/30 07:32:16 manu Exp $ */
+/* $NetBSD: mach_iokit.c,v 1.13 2003/04/30 18:05:47 manu Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include "opt_compat_darwin.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_iokit.c,v 1.12 2003/04/30 07:32:16 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_iokit.c,v 1.13 2003/04/30 18:05:47 manu Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -159,7 +159,7 @@
if (dev == NULL)
mdi->mdi_current = TAILQ_FIRST(&alldevs);
- /* And now, find the next child of mdi->mdi_parrent. */
+ /* And now, find the next child of mdi->mdi_parent. */
do {
if (dev->dv_parent == mdi->mdi_parent) {
mdi->mdi_current = dev;
Home |
Main Index |
Thread Index |
Old Index