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 a comment
details: https://anonhg.NetBSD.org/src/rev/d46f47f2ba45
branches: trunk
changeset: 346402:d46f47f2ba45
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jul 11 19:17:55 2016 +0000
description:
Fix a comment
diffstat:
sys/arch/mips/mips/mips_fixup.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 472090dd4fb2 -r d46f47f2ba45 sys/arch/mips/mips/mips_fixup.c
--- a/sys/arch/mips/mips/mips_fixup.c Mon Jul 11 19:17:23 2016 +0000
+++ b/sys/arch/mips/mips/mips_fixup.c Mon Jul 11 19:17:55 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_fixup.c,v 1.15 2016/07/11 19:17:23 skrll Exp $ */
+/* $NetBSD: mips_fixup.c,v 1.16 2016/07/11 19:17:55 skrll Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.15 2016/07/11 19:17:23 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.16 2016/07/11 19:17:55 skrll Exp $");
#include "opt_mips3_wired.h"
#include "opt_multiprocessor.h"
@@ -285,7 +285,7 @@
const char *errstr = "mips";
/*
* This is basically a small MIPS emulator for those instructions
- * that might in a stub routine.
+ * that might be in a stub routine.
*/
for (n = 0; n < 16; n++) {
const InstFmt insn = { .word = stubp[n] };
Home |
Main Index |
Thread Index |
Old Index