Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/udf s/adressing/addressing/
details: https://anonhg.NetBSD.org/src/rev/40ef85573e24
branches: trunk
changeset: 359643:40ef85573e24
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Jan 15 10:55:06 2022 +0000
description:
s/adressing/addressing/
diffstat:
sys/arch/evbppc/obs405/obs600_machdep.c | 6 +++---
sys/fs/udf/udf_strat_direct.c | 6 +++---
sys/fs/udf/udf_strat_rmw.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r c05fe398f1c2 -r 40ef85573e24 sys/arch/evbppc/obs405/obs600_machdep.c
--- a/sys/arch/evbppc/obs405/obs600_machdep.c Sat Jan 15 10:38:56 2022 +0000
+++ b/sys/arch/evbppc/obs405/obs600_machdep.c Sat Jan 15 10:55:06 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs600_machdep.c,v 1.16 2021/08/03 09:25:44 rin Exp $ */
+/* $NetBSD: obs600_machdep.c,v 1.17 2022/01/15 10:55:06 msaitoh Exp $ */
/* Original: md_machdep.c,v 1.3 2005/01/24 18:47:37 shige Exp $ */
/*
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obs600_machdep.c,v 1.16 2021/08/03 09:25:44 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obs600_machdep.c,v 1.17 2022/01/15 10:55:06 msaitoh Exp $");
#include "opt_ddb.h"
@@ -275,7 +275,7 @@
IIC0_WRITE(IIC_MDCNTL,
IIC0_READ(IIC_MDCNTL) | IIC_MDCNTL_FMDB | IIC_MDCNTL_FSDB);
- /* 7-bit adressing */
+ /* 7-bit addressing */
IIC0_WRITE(IIC_HMADR, 0);
IIC0_WRITE(IIC_LMADR, I2C_EEPROM_ADDR << 1);
diff -r c05fe398f1c2 -r 40ef85573e24 sys/fs/udf/udf_strat_direct.c
--- a/sys/fs/udf/udf_strat_direct.c Sat Jan 15 10:38:56 2022 +0000
+++ b/sys/fs/udf/udf_strat_direct.c Sat Jan 15 10:55:06 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_strat_direct.c,v 1.14 2016/05/24 09:55:57 reinoud Exp $ */
+/* $NetBSD: udf_strat_direct.c,v 1.15 2022/01/15 10:55:53 msaitoh Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_strat_direct.c,v 1.14 2016/05/24 09:55:57 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_strat_direct.c,v 1.15 2022/01/15 10:55:53 msaitoh Exp $");
#endif /* not lint */
@@ -347,7 +347,7 @@
* Translate new mappings in lmapping to pmappings and try to
* conglomerate extents to reduce the number of writes.
*
- * pmapping to contain lb_nums as used for disc adressing.
+ * pmapping to contain lb_nums as used for disc addressing.
*/
pmapping = ump->la_pmapping;
sectors = (buf->b_bcount + sector_size -1) / sector_size;
diff -r c05fe398f1c2 -r 40ef85573e24 sys/fs/udf/udf_strat_rmw.c
--- a/sys/fs/udf/udf_strat_rmw.c Sat Jan 15 10:38:56 2022 +0000
+++ b/sys/fs/udf/udf_strat_rmw.c Sat Jan 15 10:55:06 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_strat_rmw.c,v 1.29 2021/08/21 09:59:46 andvar Exp $ */
+/* $NetBSD: udf_strat_rmw.c,v 1.30 2022/01/15 10:55:53 msaitoh Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_strat_rmw.c,v 1.29 2021/08/21 09:59:46 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_strat_rmw.c,v 1.30 2022/01/15 10:55:53 msaitoh Exp $");
#endif /* not lint */
@@ -956,7 +956,7 @@
/*
* Translate new mappings in lmapping to pmappings.
- * pmapping to contain lb_nums as used for disc adressing.
+ * pmapping to contain lb_nums as used for disc addressing.
*/
pmapping = ump->la_pmapping;
sectors = (buf->b_bcount + sector_size -1) / sector_size;
Home |
Main Index |
Thread Index |
Old Index