Module Name: src Committed By: andvar Date: Sun May 28 08:21:24 UTC 2023
Modified Files: src/sys/arch/mips/mips: compat_13_machdep.c src/sys/fs/nfs/server: nfs_nfsdstate.c Log Message: s/Resture/Restore/ and s/restared/restarted/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/mips/compat_13_machdep.c cvs rdiff -u -r1.4 -r1.5 src/sys/fs/nfs/server/nfs_nfsdstate.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/compat_13_machdep.c diff -u src/sys/arch/mips/mips/compat_13_machdep.c:1.21 src/sys/arch/mips/mips/compat_13_machdep.c:1.22 --- src/sys/arch/mips/mips/compat_13_machdep.c:1.21 Sun Feb 20 07:45:47 2011 +++ src/sys/arch/mips/mips/compat_13_machdep.c Sun May 28 08:21:24 2023 @@ -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; Index: src/sys/fs/nfs/server/nfs_nfsdstate.c diff -u src/sys/fs/nfs/server/nfs_nfsdstate.c:1.4 src/sys/fs/nfs/server/nfs_nfsdstate.c:1.5 --- src/sys/fs/nfs/server/nfs_nfsdstate.c:1.4 Tue Dec 13 21:50:32 2016 +++ src/sys/fs/nfs/server/nfs_nfsdstate.c Sun May 28 08:21:24 2023 @@ -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");