Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/src/trunk]: .joined/src/sys/arch s/coudn/couldn/ and s/couln/couldn/...
details: https://anonhg.NetBSD.org/.joined/src/rev/e047c1e5b58b
branches: trunk
changeset: 359380:e047c1e5b58b
user: andvar <andvar%NetBSD.org@localhost>
date: Sat Jan 01 13:47:19 2022 +0000
description:
s/coudn/couldn/ and s/couln/couldn/ in comment and log messages.
diffstat:
sys/arch/arm/altera/cycv_rstmgr.c | 6 +++---
sys/arch/arm/sunxi/sunxi_debe.c | 6 +++---
sys/arch/bebox/stand/boot/siop.c | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (69 lines):
diff -r c00c5a800bf8 -r e047c1e5b58b sys/arch/arm/altera/cycv_rstmgr.c
--- a/sys/arch/arm/altera/cycv_rstmgr.c Sat Jan 01 13:18:43 2022 +0000
+++ b/sys/arch/arm/altera/cycv_rstmgr.c Sat Jan 01 13:47:19 2022 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: cycv_rstmgr.c,v 1.4 2021/01/27 03:10:18 thorpej Exp $ */
+/* $NetBSD: cycv_rstmgr.c,v 1.5 2022/01/01 13:47:19 andvar Exp $ */
/* This file is in the public domain. */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cycv_rstmgr.c,v 1.4 2021/01/27 03:10:18 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cycv_rstmgr.c,v 1.5 2022/01/01 13:47:19 andvar Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -111,7 +111,7 @@
if (0) {
err_decode:
- aprint_debug_dev(dev, "couln't decode reset\n");
+ aprint_debug_dev(dev, "couldn't decode reset\n");
}
return reset;
}
diff -r c00c5a800bf8 -r e047c1e5b58b sys/arch/arm/sunxi/sunxi_debe.c
--- a/sys/arch/arm/sunxi/sunxi_debe.c Sat Jan 01 13:18:43 2022 +0000
+++ b/sys/arch/arm/sunxi/sunxi_debe.c Sat Jan 01 13:47:19 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_debe.c,v 1.15 2021/08/20 20:25:27 andvar Exp $ */
+/* $NetBSD: sunxi_debe.c,v 1.16 2022/01/01 13:47:19 andvar Exp $ */
/*-
* Copyright (c) 2018 Manuel Bouyer <bouyer%antioche.eu.org@localhost>
@@ -38,7 +38,7 @@
#define SUNXI_DEBE_CURMAX 64
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_debe.c,v 1.15 2021/08/20 20:25:27 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_debe.c,v 1.16 2022/01/01 13:47:19 andvar Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -238,7 +238,7 @@
error = clk_set_rate(sc->sc_clk_mod, 300000000);
if (error) {
aprint_error_dev(dev,
- "couln't set mod clock rate (%d)\n", error);
+ "couldn't set mod clock rate (%d)\n", error);
return;
}
diff -r c00c5a800bf8 -r e047c1e5b58b sys/arch/bebox/stand/boot/siop.c
--- a/sys/arch/bebox/stand/boot/siop.c Sat Jan 01 13:18:43 2022 +0000
+++ b/sys/arch/bebox/stand/boot/siop.c Sat Jan 01 13:47:19 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siop.c,v 1.7 2019/12/27 09:41:49 msaitoh Exp $ */
+/* $NetBSD: siop.c,v 1.8 2022/01/01 13:47:19 andvar Exp $ */
/*
* Copyright (c) 2010 KIYOHARA Takashi
* All rights reserved.
@@ -854,7 +854,7 @@
xs->error = XS_RESET;
return;
case EIO:
- /* request sense coudn't be performed */
+ /* request sense couldn't be performed */
/*
* XXX this isn't quite right but we don't have anything
* better for now
Home |
Main Index |
Thread Index |
Old Index