Source-Changes-HG archive

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

[src/trunk]: src/sys s/Resture/Restore/ and s/restared/restarted/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/65c1425c3564
branches:  trunk
changeset: 376037:65c1425c3564
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun May 28 08:21:24 2023 +0000

description:
s/Resture/Restore/ and s/restared/restarted/ in comments.

diffstat:

 sys/arch/mips/mips/compat_13_machdep.c |  6 +++---
 sys/fs/nfs/server/nfs_nfsdstate.c      |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 953725864db3 -r 65c1425c3564 sys/arch/mips/mips/compat_13_machdep.c
--- a/sys/arch/mips/mips/compat_13_machdep.c    Sun May 28 08:17:00 2023 +0000
+++ b/sys/arch/mips/mips/compat_13_machdep.c    Sun May 28 08:21:24 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_13_machdep.c,v 1.21 2011/02/20 07:45:47 matt Exp $      */
+/*     $NetBSD: compat_13_machdep.c,v 1.22 2023/05/28 08:21:24 andvar Exp $    */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -15,7 +15,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: compat_13_machdep.c,v 1.21 2011/02/20 07:45:47 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_13_machdep.c,v 1.22 2023/05/28 08:21:24 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -77,7 +77,7 @@ compat_13_sys_sigreturn(struct lwp *l, c
        if ((uint32_t)ksc.sc_regs[_R_ZERO] != 0xacedbadeU)/* magic number */
                return (EINVAL);
 
-       /* Resture the register context. */
+       /* Restore the register context. */
        tf->tf_regs[_R_PC] = ksc.sc_pc;
        tf->tf_regs[_R_MULLO] = ksc.mullo;
        tf->tf_regs[_R_MULHI] = ksc.mulhi;
diff -r 953725864db3 -r 65c1425c3564 sys/fs/nfs/server/nfs_nfsdstate.c
--- a/sys/fs/nfs/server/nfs_nfsdstate.c Sun May 28 08:17:00 2023 +0000
+++ b/sys/fs/nfs/server/nfs_nfsdstate.c Sun May 28 08:21:24 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_nfsdstate.c,v 1.4 2016/12/13 21:50:32 pgoyette Exp $       */
+/*     $NetBSD: nfs_nfsdstate.c,v 1.5 2023/05/28 08:21:24 andvar Exp $ */
 /*-
  * Copyright (c) 2009 Rick Macklem, University of Guelph
  * All rights reserved.
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("FreeBSD: head/sys/fs/nfsserver/nfs_nfsdstate.c 307694 2016-10-20 23:53:16Z rmacklem "); */
-__RCSID("$NetBSD: nfs_nfsdstate.c,v 1.4 2016/12/13 21:50:32 pgoyette Exp $");
+__RCSID("$NetBSD: nfs_nfsdstate.c,v 1.5 2023/05/28 08:21:24 andvar Exp $");
 
 #ifndef APPLEKEXT
 #include <fs/nfs/common/nfsport.h>
@@ -4208,7 +4208,7 @@ nfsrv_docallback(struct nfsclient *clp, 
                                 * client somehow does an RPC without a
                                 * SequenceID Op that causes a callback just
                                 * after the nfsd threads have been terminated
-                                * and restared we could conceivably get here
+                                * and restarted we could conceivably get here
                                 * without a backchannel xprt.
                                 */
                                printf("nfsrv_docallback: no xprt\n");



Home | Main Index | Thread Index | Old Index