Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Fix typo in comments.
details: https://anonhg.NetBSD.org/src/rev/ec248074c1f2
branches: trunk
changeset: 552643:ec248074c1f2
user: junyoung <junyoung%NetBSD.org@localhost>
date: Mon Sep 29 04:03:55 2003 +0000
description:
Fix typo in comments.
diffstat:
sys/arch/mips/mips/cpu_exec.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 54c5f1329615 -r ec248074c1f2 sys/arch/mips/mips/cpu_exec.c
--- a/sys/arch/mips/mips/cpu_exec.c Mon Sep 29 03:22:58 2003 +0000
+++ b/sys/arch/mips/mips/cpu_exec.c Mon Sep 29 04:03:55 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_exec.c,v 1.43 2003/08/11 13:27:58 christos Exp $ */
+/* $NetBSD: cpu_exec.c,v 1.44 2003/09/29 04:03:55 junyoung Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.43 2003/08/11 13:27:58 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.44 2003/09/29 04:03:55 junyoung Exp $");
#include "opt_compat_netbsd.h"
#include "opt_compat_ultrix.h"
@@ -241,7 +241,7 @@
epp->ep_vp, offset, prot);
#ifdef OLD_ELF_DEBUG
/*XXX*/ printf(
- "obsolete elf: NEW_VNCMD len %x va %x off %x prot %x residue %x\n",
+ "obsolete elf: NEW_VMCMD len %x va %x off %x prot %x residue %x\n",
length, vaddr, offset, prot, residue);
#endif /*ELF_DEBUG*/
@@ -273,7 +273,7 @@
if (residue > 0) {
#ifdef OLD_ELF_DEBUG
/*XXX*/ printf(
- "old elf:resid NEW_VNCMD len %x va %x off %x prot %x residue %x\n",
+ "old elf:resid NEW_VMCMD len %x va %x off %x prot %x residue %x\n",
length, vaddr + length, offset, prot, residue);
#endif /*ELF_DEBUG*/
Home |
Main Index |
Thread Index |
Old Index