Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/ibm4xx/dev fix typo - driver name is 'opb', ...



details:   https://anonhg.NetBSD.org/src/rev/9e0b996fd71a
branches:  trunk
changeset: 538040:9e0b996fd71a
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Oct 10 13:45:14 2002 +0000

description:
fix typo - driver name is 'opb', not 'obp'

diffstat:

 sys/arch/powerpc/ibm4xx/dev/opb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9c130acb1af -r 9e0b996fd71a sys/arch/powerpc/ibm4xx/dev/opb.c
--- a/sys/arch/powerpc/ibm4xx/dev/opb.c Thu Oct 10 13:37:21 2002 +0000
+++ b/sys/arch/powerpc/ibm4xx/dev/opb.c Thu Oct 10 13:45:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: opb.c,v 1.10 2002/10/02 15:52:27 thorpej Exp $ */
+/* $NetBSD: opb.c,v 1.11 2002/10/10 13:45:14 jdolecek Exp $ */
 
 /*
  * Copyright 2001,2002 Wasabi Systems, Inc.
@@ -99,7 +99,7 @@
 static int     opb_submatch(struct device *, struct cfdata *, void *);
 static int     opb_print(void *, const char *);
 
-CFATTACH_DECL(obp, sizeof(struct device),
+CFATTACH_DECL(opb, sizeof(struct device),
     opb_match, opb_attach, NULL, NULL);
 
 /*



Home | Main Index | Thread Index | Old Index