Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/vme s/cyliner/cylinder/ and s/specturm/spectrum/ in ...
details: https://anonhg.NetBSD.org/src/rev/342f16f76389
branches: trunk
changeset: 373203:342f16f76389
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Jan 23 21:52:01 2023 +0000
description:
s/cyliner/cylinder/ and s/specturm/spectrum/ in messages.
diffstat:
sys/arch/sun3/dev/xd.c | 6 +++---
sys/dev/pci/artsata.c | 6 +++---
sys/dev/vme/xd.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r c9f79a91633b -r 342f16f76389 sys/arch/sun3/dev/xd.c
--- a/sys/arch/sun3/dev/xd.c Mon Jan 23 21:22:44 2023 +0000
+++ b/sys/arch/sun3/dev/xd.c Mon Jan 23 21:52:01 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xd.c,v 1.77 2021/08/07 16:19:06 thorpej Exp $ */
+/* $NetBSD: xd.c,v 1.78 2023/01/23 21:52:01 andvar Exp $ */
/*
* Copyright (c) 1995 Charles D. Cranor
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.77 2021/08/07 16:19:06 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.78 2023/01/23 21:52:01 andvar Exp $");
#undef XDC_DEBUG /* full debug */
#define XDC_DIAG /* extra sanity checks */
@@ -2334,7 +2334,7 @@
case XD_ERR_DFLT:
return "Drive faulted";
case XD_ERR_HECY:
- return "Header error/cyliner";
+ return "Header error/cylinder";
case XD_ERR_HEHD:
return "Header error/head";
case XD_ERR_NOCY:
diff -r c9f79a91633b -r 342f16f76389 sys/dev/pci/artsata.c
--- a/sys/dev/pci/artsata.c Mon Jan 23 21:22:44 2023 +0000
+++ b/sys/dev/pci/artsata.c Mon Jan 23 21:52:01 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: artsata.c,v 1.29 2018/12/09 11:14:01 jdolecek Exp $ */
+/* $NetBSD: artsata.c,v 1.30 2023/01/23 21:52:01 andvar Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: artsata.c,v 1.29 2018/12/09 11:14:01 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: artsata.c,v 1.30 2023/01/23 21:52:01 andvar Exp $");
#include "opt_pciide.h"
@@ -358,7 +358,7 @@
ARTISEA_DPA_PORT_BASE(0) + ARTISEA_SUPERSET_DPA_OFF +
ARTISEA_SUPDPFR) & SUPDPFR_SSCEN) != 0) {
aprint_error_dev(sc->sc_wdcdev.sc_atac.atac_dev,
- "Spread-specturm clocking not supported by device\n");
+ "Spread-spectrum clocking not supported by device\n");
return;
}
diff -r c9f79a91633b -r 342f16f76389 sys/dev/vme/xd.c
--- a/sys/dev/vme/xd.c Mon Jan 23 21:22:44 2023 +0000
+++ b/sys/dev/vme/xd.c Mon Jan 23 21:52:01 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xd.c,v 1.98 2021/08/07 16:19:17 thorpej Exp $ */
+/* $NetBSD: xd.c,v 1.99 2023/01/23 21:52:01 andvar Exp $ */
/*
* Copyright (c) 1995 Charles D. Cranor
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.98 2021/08/07 16:19:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.99 2023/01/23 21:52:01 andvar Exp $");
#undef XDC_DEBUG /* full debug */
#define XDC_DIAG /* extra sanity checks */
@@ -2529,7 +2529,7 @@
case XD_ERR_DFLT:
return ("Drive faulted");
case XD_ERR_HECY:
- return ("Header error/cyliner");
+ return ("Header error/cylinder");
case XD_ERR_HEHD:
return ("Header error/head");
case XD_ERR_NOCY:
Home |
Main Index |
Thread Index |
Old Index