Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/aarch64 Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/dee88143faab
branches:  trunk
changeset: 1009458:dee88143faab
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 23 17:21:53 2020 +0000

description:
Typo in comment

diffstat:

 sys/arch/aarch64/aarch64/netbsd32_machdep.c |  6 +++---
 sys/arch/aarch64/aarch64/sig_machdep.c      |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r be7533e08a1b -r dee88143faab sys/arch/aarch64/aarch64/netbsd32_machdep.c
--- a/sys/arch/aarch64/aarch64/netbsd32_machdep.c       Thu Apr 23 16:37:39 2020 +0000
+++ b/sys/arch/aarch64/aarch64/netbsd32_machdep.c       Thu Apr 23 17:21:53 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep.c,v 1.11 2020/04/23 16:37:39 tnn Exp $        */
+/*     $NetBSD: netbsd32_machdep.c,v 1.12 2020/04/23 17:21:53 skrll Exp $      */
 
 /*
  * Copyright (c) 2018 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.11 2020/04/23 16:37:39 tnn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.12 2020/04/23 17:21:53 skrll Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -270,7 +270,7 @@
        tf->tf_reg[13] = (uint32_t)(uintptr_t)fp;               /* sp */
        tf->tf_reg[14] = (uint32_t)(uintptr_t)sdesc->sd_tramp;  /* lr */
 
-       /* Remember if we'ere now on the signal stack */
+       /* Remember if we're now on the signal stack */
        if (onstack_p)
                ss->ss_flags |= SS_ONSTACK;
 }
diff -r be7533e08a1b -r dee88143faab sys/arch/aarch64/aarch64/sig_machdep.c
--- a/sys/arch/aarch64/aarch64/sig_machdep.c    Thu Apr 23 16:37:39 2020 +0000
+++ b/sys/arch/aarch64/aarch64/sig_machdep.c    Thu Apr 23 17:21:53 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sig_machdep.c,v 1.3 2018/07/17 00:36:30 christos Exp $ */
+/* $NetBSD: sig_machdep.c,v 1.4 2020/04/23 17:21:53 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: sig_machdep.c,v 1.3 2018/07/17 00:36:30 christos Exp $");
+__KERNEL_RCSID(1, "$NetBSD: sig_machdep.c,v 1.4 2020/04/23 17:21:53 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -108,7 +108,7 @@
        tf->tf_pc = handler;
 
        /*
-        * Remember if we'ere now on the signal stack.
+        * Remember if we're now on the signal stack.
         */
        if (onstack_p)
                ss->ss_flags |= SS_ONSTACK;



Home | Main Index | Thread Index | Old Index