diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-09 19:24:32 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-09 19:24:32 +0000 |
| commit | 72f96fa82359d452982a00a8bb8ed948ebb2556e (patch) | |
| tree | 3f203d058c6082000e2f6eb990e9cf81d52a5bde /sys | |
| parent | f2397320255870bcb6dfa075edcb32677757943a (diff) | |
fix various typos in comments and messages.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/arm/gemini/gemini_ipm.c | 4 | ||||
| -rw-r--r-- | sys/arch/hpcmips/tx/tx3912video.c | 6 | ||||
| -rw-r--r-- | sys/arch/shark/shark/scr.c | 6 | ||||
| -rw-r--r-- | sys/dev/mscp/mscp_disk.c | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/sys/arch/arm/gemini/gemini_ipm.c b/sys/arch/arm/gemini/gemini_ipm.c index a4f241bf669..a7a3bad0460 100644 --- a/sys/arch/arm/gemini/gemini_ipm.c +++ b/sys/arch/arm/gemini/gemini_ipm.c @@ -7,7 +7,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: gemini_ipm.c,v 1.4 2021/08/07 16:18:44 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gemini_ipm.c,v 1.5 2021/08/09 19:24:33 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -126,7 +126,7 @@ gemini_ipm_attach(device_t parent, device_t self, void *aux) /* - * queues are flipped tx/rx for mater/slave + * queues are flipped tx/rx for master/slave */ KASSERT(GEMINI_IPMQ_SIZE == (2 * sizeof(ipm_queue_t))); #if defined(GEMINI_MASTER) diff --git a/sys/arch/hpcmips/tx/tx3912video.c b/sys/arch/hpcmips/tx/tx3912video.c index 2fc54126a38..84301c672c2 100644 --- a/sys/arch/hpcmips/tx/tx3912video.c +++ b/sys/arch/hpcmips/tx/tx3912video.c @@ -1,4 +1,4 @@ -/* $NetBSD: tx3912video.c,v 1.47 2021/08/07 16:18:54 thorpej Exp $ */ +/* $NetBSD: tx3912video.c,v 1.48 2021/08/09 19:24:33 andvar Exp $ */ /*- * Copyright (c) 1999-2002 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tx3912video.c,v 1.47 2021/08/07 16:18:54 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tx3912video.c,v 1.48 2021/08/09 19:24:33 andvar Exp $"); #define TX3912VIDEO_DEBUG @@ -344,7 +344,7 @@ tx3912video_init(paddr_t fb_start, paddr_t *fb_end) /* Set DMA transfer address to VID module */ tx3912video_framebuffer_init(chip); - /* Syncronize framebuffer addr to frame signal */ + /* Synchronize framebuffer addr to frame signal */ tx3912video_reset(chip); bootinfo->fb_line_bytes = (chip->vc_fbwidth * fbdepth) / NBBY; diff --git a/sys/arch/shark/shark/scr.c b/sys/arch/shark/shark/scr.c index 637f86c1b72..9d69656bd40 100644 --- a/sys/arch/shark/shark/scr.c +++ b/sys/arch/shark/shark/scr.c @@ -1,4 +1,4 @@ -/* $NetBSD: scr.c,v 1.31 2016/07/07 06:55:38 msaitoh Exp $ */ +/* $NetBSD: scr.c,v 1.32 2021/08/09 19:24:33 andvar Exp $ */ /* * Copyright 1997 @@ -102,7 +102,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.31 2016/07/07 06:55:38 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.32 2021/08/09 19:24:33 andvar Exp $"); #include "opt_ddb.h" @@ -1386,7 +1386,7 @@ scrioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) ** requirement that the scrioctl disables interrupts before calling this function. ** ** NB:- there is no way for the machine to get from msIdleOn to msIdleOff. Since -** this is just a mater of turning all signals off and resetting state machines, +** this is just a matter of turning all signals off and resetting state machines, ** scrioctl takes a shortcut and resets everything itself. Ie it hits everything ** with a big hammer!! ** diff --git a/sys/dev/mscp/mscp_disk.c b/sys/dev/mscp/mscp_disk.c index 5b5550750e7..3754d69207c 100644 --- a/sys/dev/mscp/mscp_disk.c +++ b/sys/dev/mscp/mscp_disk.c @@ -1,4 +1,4 @@ -/* $NetBSD: mscp_disk.c,v 1.89 2016/03/29 04:55:53 mlelstv Exp $ */ +/* $NetBSD: mscp_disk.c,v 1.90 2021/08/09 19:24:33 andvar Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -82,7 +82,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.89 2016/03/29 04:55:53 mlelstv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.90 2021/08/09 19:24:33 andvar Exp $"); #include <sys/param.h> #include <sys/buf.h> @@ -1060,7 +1060,7 @@ rrreplace(device_t usc, struct mscp *mp) /* * A transfer failed. We get a chance to fix or restart it. - * Need to write the bad block forwaring code first.... + * Need to write the bad block forwarding code first.... */ /*ARGSUSED*/ int |
