Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc Fix typo; U3_HT_PIC_DE*P*UG ---> U3_H...



details:   https://anonhg.NetBSD.org/src/rev/566f02611289
branches:  trunk
changeset: 973782:566f02611289
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Jul 12 23:58:30 2020 +0000

description:
Fix typo; U3_HT_PIC_DE*P*UG ---> U3_HT_PIC_DEBUG

diffstat:

 sys/arch/macppc/macppc/pic_u3_ht.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4f0c4b7fa4bf -r 566f02611289 sys/arch/macppc/macppc/pic_u3_ht.c
--- a/sys/arch/macppc/macppc/pic_u3_ht.c        Sun Jul 12 23:54:38 2020 +0000
+++ b/sys/arch/macppc/macppc/pic_u3_ht.c        Sun Jul 12 23:58:30 2020 +0000
@@ -45,7 +45,7 @@
 #include <machine/autoconf.h>
 #include <arch/powerpc/pic/picvar.h>
 
-#ifdef U3_HT_PIC_DEPUG
+#ifdef U3_HT_PIC_DEBUG
 #define DPRINTF aprint_error
 #else
 #define DPRINTF if (0) printf



Home | Main Index | Thread Index | Old Index