Source-Changes-HG archive

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

[src/trunk]: src/sys/ddb Fix tyop in error message.



details:   https://anonhg.NetBSD.org/src/rev/6d68eb77b406
branches:  trunk
changeset: 474040:6d68eb77b406
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Jun 26 16:58:12 1999 +0000

description:
Fix tyop in error message.

diffstat:

 sys/ddb/db_sym.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d7aeb1da82d8 -r 6d68eb77b406 sys/ddb/db_sym.c
--- a/sys/ddb/db_sym.c  Sat Jun 26 16:31:47 1999 +0000
+++ b/sys/ddb/db_sym.c  Sat Jun 26 16:58:12 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_sym.c,v 1.17 1999/04/12 20:38:21 pk Exp $   */
+/*     $NetBSD: db_sym.c,v 1.18 1999/06/26 16:58:12 simonb Exp $       */
 
 /* 
  * Mach Operating System
@@ -103,7 +103,7 @@
         * the message N times.
         */
        if (ALIGNED_POINTER(vss, long) == 0) {
-               printf("[ %s symbol table nas bad start address %p ]\n",
+               printf("[ %s symbol table has bad start address %p ]\n",
                    name, vss);
                return;
        }



Home | Main Index | Thread Index | Old Index