Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/sociox s/intialize/initialize/
details: https://anonhg.NetBSD.org/src/rev/1818639edb45
branches: trunk
changeset: 1025532:1818639edb45
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Nov 10 17:23:46 2021 +0000
description:
s/intialize/initialize/
diffstat:
sys/arch/arm/sociox/sni_emmc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 04c7ebb0df59 -r 1818639edb45 sys/arch/arm/sociox/sni_emmc.c
--- a/sys/arch/arm/sociox/sni_emmc.c Wed Nov 10 17:19:29 2021 +0000
+++ b/sys/arch/arm/sociox/sni_emmc.c Wed Nov 10 17:23:46 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sni_emmc.c,v 1.8 2021/01/27 03:10:19 thorpej Exp $ */
+/* $NetBSD: sni_emmc.c,v 1.9 2021/11/10 17:23:46 msaitoh Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sni_emmc.c,v 1.8 2021/01/27 03:10:19 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sni_emmc.c,v 1.9 2021/11/10 17:23:46 msaitoh Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -228,7 +228,7 @@
#endif
error = 0;
if (error) {
- aprint_error_dev(self, "couldn't intialize host, error=%d\n", error);
+ aprint_error_dev(self, "couldn't initialize host, error=%d\n", error);
goto fail;
}
return;
Home |
Main Index |
Thread Index |
Old Index