Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/algor Fix minor typos.



details:   https://anonhg.NetBSD.org/src/rev/f0db3cda89b0
branches:  trunk
changeset: 510517:f0db3cda89b0
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu May 31 07:24:23 2001 +0000

description:
Fix minor typos.

diffstat:

 sys/arch/algor/algor/machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 391f8c94cce2 -r f0db3cda89b0 sys/arch/algor/algor/machdep.c
--- a/sys/arch/algor/algor/machdep.c    Thu May 31 05:13:45 2001 +0000
+++ b/sys/arch/algor/algor/machdep.c    Thu May 31 07:24:23 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.3 2001/05/30 15:24:26 lukem Exp $        */
+/*     $NetBSD: machdep.c,v 1.4 2001/05/31 07:24:23 nisimura Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -134,7 +134,7 @@
 #ifdef ALGOR_P4032
 #include <algor/algor/algor_p4032reg.h> 
 #include <algor/algor/algor_p4032var.h> 
-struct p5064_config p5064_configuration;
+struct p4032_config p4032_configuration;
 #endif
 
 #ifdef ALGOR_P5064
@@ -215,7 +215,7 @@
        pmon_init(envp);
 
        /*
-        * Initiialize bus space tags and bring up the console.
+        * Initialize bus space tags and bring up the console.
         */
 #if defined(ALGOR_P4032)
            {
@@ -541,7 +541,7 @@
            {
                struct p4032_config *acp = &p4032_configuration;
 
-               acp->ac_mallocsafe;
+               acp->ac_mallocsafe = 1;
            }
 #elif defined(ALGOR_P5064)
            {



Home | Main Index | Thread Index | Old Index