Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/irix Fixed typo



details:   https://anonhg.NetBSD.org/src/rev/82c13f45668b
branches:  trunk
changeset: 522525:82c13f45668b
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Feb 20 21:18:18 2002 +0000

description:
Fixed typo

diffstat:

 sys/compat/irix/irix_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1a21c34be095 -r 82c13f45668b sys/compat/irix/irix_exec.c
--- a/sys/compat/irix/irix_exec.c       Wed Feb 20 20:47:40 2002 +0000
+++ b/sys/compat/irix/irix_exec.c       Wed Feb 20 21:18:18 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_exec.c,v 1.10 2002/01/07 23:12:30 manu Exp $ */
+/*     $NetBSD: irix_exec.c,v 1.11 2002/02/20 21:18:18 manu Exp $ */
 
 /*-
  * Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_exec.c,v 1.10 2002/01/07 23:12:30 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_exec.c,v 1.11 2002/02/20 21:18:18 manu Exp $");
 
 #ifndef ELFSIZE
 #define ELFSIZE                32      /* XXX should die */
@@ -276,7 +276,7 @@
        }
        *pos = ELF_NO_ADDR;
 #ifdef DEBUG_IRIX
-       printf("irix_prob_n32e: returning 0\n");
+       printf("irix_probe_n32: returning 0\n");
        printf("epp->ep_vm_minaddr = 0x%lx\n", epp->ep_vm_minaddr);
 #endif
        epp->ep_vm_minaddr = epp->ep_vm_minaddr & ~0xfUL;



Home | Main Index | Thread Index | Old Index