Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf s/opions/options/



details:   https://anonhg.NetBSD.org/src/rev/01f296efe2f1
branches:  trunk
changeset: 1023329:01f296efe2f1
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Sep 03 21:58:36 2021 +0000

description:
s/opions/options/

diffstat:

 sys/arch/evbarm/conf/std.beagle  |  4 ++--
 sys/arch/evbarm/conf/std.generic |  4 ++--
 sys/arch/evbarm/conf/std.rpi     |  4 ++--
 sys/arch/evbarm/conf/std.zynq    |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 46c84b2a0e83 -r 01f296efe2f1 sys/arch/evbarm/conf/std.beagle
--- a/sys/arch/evbarm/conf/std.beagle   Fri Sep 03 21:54:58 2021 +0000
+++ b/sys/arch/evbarm/conf/std.beagle   Fri Sep 03 21:58:36 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.beagle,v 1.18 2019/05/18 08:49:23 skrll Exp $
+#      $NetBSD: std.beagle,v 1.19 2021/09/03 21:58:36 andvar Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBOARD options
 
@@ -8,7 +8,7 @@
 # Pull in BEAGLEBOARD config definitions.
 include                "arch/evbarm/conf/files.beagle"
 
-# Architecture opions
+# Architecture options
 options        ARM_GENERIC_TODR
 options        ARM_HAS_VBAR
 options        ARM_INTR_IMPL="<arch/arm/omap/omap2_intr.h>"
diff -r 46c84b2a0e83 -r 01f296efe2f1 sys/arch/evbarm/conf/std.generic
--- a/sys/arch/evbarm/conf/std.generic  Fri Sep 03 21:54:58 2021 +0000
+++ b/sys/arch/evbarm/conf/std.generic  Fri Sep 03 21:58:36 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.generic,v 1.9 2021/03/21 09:00:55 skrll Exp $
+#      $NetBSD: std.generic,v 1.10 2021/09/03 21:58:36 andvar Exp $
 #
 #      generic NetBSD/evbarm with FDT support
 
@@ -9,7 +9,7 @@
 options        EXEC_ELF32
 options        EXEC_SCRIPT
 
-# Architecture opions
+# Architecture options
 options        ARM32
 
 options        ARM_GENERIC_TODR
diff -r 46c84b2a0e83 -r 01f296efe2f1 sys/arch/evbarm/conf/std.rpi
--- a/sys/arch/evbarm/conf/std.rpi      Fri Sep 03 21:54:58 2021 +0000
+++ b/sys/arch/evbarm/conf/std.rpi      Fri Sep 03 21:58:36 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.rpi,v 1.25 2021/03/21 09:00:55 skrll Exp $
+#      $NetBSD: std.rpi,v 1.26 2021/09/03 21:58:36 andvar Exp $
 #
 # standard NetBSD/evbarm for Raspberry Pi options
 
@@ -8,7 +8,7 @@
 # Pull in Raspberry Pi config definitions.
 include                "arch/evbarm/conf/files.rpi"
 
-# Architecture opions
+# Architecture options
 options        ARM_GENERIC_TODR
 options        ARM_HAS_VBAR
 options        ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
diff -r 46c84b2a0e83 -r 01f296efe2f1 sys/arch/evbarm/conf/std.zynq
--- a/sys/arch/evbarm/conf/std.zynq     Fri Sep 03 21:54:58 2021 +0000
+++ b/sys/arch/evbarm/conf/std.zynq     Fri Sep 03 21:58:36 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.zynq,v 1.6 2018/10/18 09:01:54 skrll Exp $
+#      $NetBSD: std.zynq,v 1.7 2021/09/03 21:58:36 andvar Exp $
 #
 # standard NetBSD/evbarm for ZYNQ options
 
@@ -8,7 +8,7 @@
 # Pull in Zynq config definitions.
 include                "arch/evbarm/conf/files.zynq"
 
-# Architecture opions
+# Architecture options
 options        ARM_GENERIC_TODR
 options        ARM_HAS_VBAR
 options        ARM_INTR_IMPL="<arch/arm/zynq/zynq7000_intr.h>"



Home | Main Index | Thread Index | Old Index