Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/obs405 Fix typo in error message.
details: https://anonhg.NetBSD.org/src/rev/1e8c51b2a161
branches: trunk
changeset: 447971:1e8c51b2a161
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Tue Jan 29 22:59:03 2019 +0000
description:
Fix typo in error message.
diffstat:
sys/arch/evbppc/obs405/rbus_machdep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2a58c2225bda -r 1e8c51b2a161 sys/arch/evbppc/obs405/rbus_machdep.c
--- a/sys/arch/evbppc/obs405/rbus_machdep.c Tue Jan 29 20:07:03 2019 +0000
+++ b/sys/arch/evbppc/obs405/rbus_machdep.c Tue Jan 29 22:59:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rbus_machdep.c,v 1.9 2012/04/09 14:44:01 kiyohara Exp $ */
+/* $NetBSD: rbus_machdep.c,v 1.10 2019/01/29 22:59:03 gutteridge Exp $ */
/*
* Copyright (c) 2003
@@ -45,7 +45,7 @@
#include "opt_pci.h"
#ifndef PCI_NETBSD_CONFIGURE
-#error requird macro PCI_NETBSD_CONFIGURE
+#error requires macro PCI_NETBSD_CONFIGURE
#endif
#ifdef RBUS_DEBUG
Home |
Main Index |
Thread Index |
Old Index