Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc Correctly spell DRIVER. Noted by Tsubai. :-)



details:   https://anonhg.NetBSD.org/src/rev/037b360c3fca
branches:  trunk
changeset: 496452:037b360c3fca
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Wed Aug 23 19:15:25 2000 +0000

description:
Correctly spell DRIVER. Noted by Tsubai. :-)

diffstat:

 sys/arch/macppc/include/disklabel.h |  4 ++--
 sys/arch/macppc/macppc/disksubr.c   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0e032383d13e -r 037b360c3fca sys/arch/macppc/include/disklabel.h
--- a/sys/arch/macppc/include/disklabel.h       Wed Aug 23 19:01:04 2000 +0000
+++ b/sys/arch/macppc/include/disklabel.h       Wed Aug 23 19:15:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.5 2000/08/18 22:40:28 wrstuden Exp $   */
+/*     $NetBSD: disklabel.h,v 1.6 2000/08/23 19:15:25 wrstuden Exp $   */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -173,7 +173,7 @@
 #define PART_TYPE_DRIVER       "APPLE_DRIVER"
 #define PART_TYPE_DRIVER43     "APPLE_DRIVER43"
 #define PART_TYPE_DRIVERATA    "APPLE_DRIVER_ATA"
-#define PART_TYPE_DIRVERIOKIT  "APPLE_DRIVER_IOKIT"
+#define PART_TYPE_DRIVERIOKIT  "APPLE_DRIVER_IOKIT"
 #define PART_TYPE_FWB_COMPONENT        "FWB DRIVER COMPONENTS"
 #define PART_TYPE_FREE         "APPLE_FREE"
 #define PART_TYPE_MAC          "APPLE_HFS"
diff -r 0e032383d13e -r 037b360c3fca sys/arch/macppc/macppc/disksubr.c
--- a/sys/arch/macppc/macppc/disksubr.c Wed Aug 23 19:01:04 2000 +0000
+++ b/sys/arch/macppc/macppc/disksubr.c Wed Aug 23 19:15:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.9 2000/08/18 22:40:30 wrstuden Exp $    */
+/*     $NetBSD: disksubr.c,v 1.10 2000/08/23 19:15:26 wrstuden Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -187,7 +187,7 @@
        if (strcmp(PART_TYPE_DRIVER, typestr) == 0 ||
            strcmp(PART_TYPE_DRIVER43, typestr) == 0 ||
            strcmp(PART_TYPE_DRIVERATA, typestr) == 0 ||
-           strcmp(PART_TYPE_DIRVERIOKIT, typestr) == 0 ||
+           strcmp(PART_TYPE_DRIVERIOKIT, typestr) == 0 ||
            strcmp(PART_TYPE_FWB_COMPONENT, typestr) == 0 ||
            strcmp(PART_TYPE_PARTMAP, typestr) == 0 ||
            strcmp(PART_TYPE_PATCHES, typestr) == 0)



Home | Main Index | Thread Index | Old Index