Module Name:    src
Committed By:   skrll
Date:           Mon Jul 11 19:17:55 UTC 2016

Modified Files:
        src/sys/arch/mips/mips: mips_fixup.c

Log Message:
Fix a comment


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/mips/mips_fixup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/mips_fixup.c
diff -u src/sys/arch/mips/mips/mips_fixup.c:1.15 src/sys/arch/mips/mips/mips_fixup.c:1.16
--- src/sys/arch/mips/mips/mips_fixup.c:1.15	Mon Jul 11 19:17:23 2016
+++ src/sys/arch/mips/mips/mips_fixup.c	Mon Jul 11 19:17:55 2016
@@ -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 @@ mips_fixup_addr(const uint32_t *stubp)
 	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] };

Reply via email to