Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/m68k Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/778020b161c2
branches:  trunk
changeset: 758040:778020b161c2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Oct 15 10:20:09 2010 +0000

description:
Fix typo.

diffstat:

 sys/arch/m68k/m68k/m68k_syscall.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cda883b4e88d -r 778020b161c2 sys/arch/m68k/m68k/m68k_syscall.c
--- a/sys/arch/m68k/m68k/m68k_syscall.c Fri Oct 15 07:22:44 2010 +0000
+++ b/sys/arch/m68k/m68k/m68k_syscall.c Fri Oct 15 10:20:09 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: m68k_syscall.c,v 1.42 2010/10/14 16:34:29 tsutsui Exp $        */
+/*     $NetBSD: m68k_syscall.c,v 1.43 2010/10/15 10:20:09 tsutsui Exp $        */
 
 /*-
  * Portions Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: m68k_syscall.c,v 1.42 2010/10/14 16:34:29 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: m68k_syscall.c,v 1.43 2010/10/15 10:20:09 tsutsui Exp $");
 
 #include "opt_execfmt.h"
 #include "opt_compat_netbsd.h"
@@ -290,7 +290,7 @@
                 * value there. However, -current binaries post 4.0
                 * but pre-5.0 might still require this copy, so we
                 * select this behaviour based on COMPAT_50 as we have
-                * no equivvalent for the exact in-between version.
+                * no equivalent for the exact in-between version.
                 */
 #ifdef COMPAT_AOUT_M68K
                {



Home | Main Index | Thread Index | Old Index