Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/common s/compatability/compatibility/ in comment.
details: https://anonhg.NetBSD.org/src/rev/18da878207b1
branches: trunk
changeset: 1025509:18da878207b1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Nov 10 15:33:26 2021 +0000
description:
s/compatability/compatibility/ in comment.
diffstat:
sys/arch/acorn32/stand/boot32/boot32.c | 4 ++--
sys/compat/common/Makefile.sysio | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r ecf46c02eaf5 -r 18da878207b1 sys/arch/acorn32/stand/boot32/boot32.c
--- a/sys/arch/acorn32/stand/boot32/boot32.c Wed Nov 10 15:26:34 2021 +0000
+++ b/sys/arch/acorn32/stand/boot32/boot32.c Wed Nov 10 15:33:26 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot32.c,v 1.47 2019/12/27 09:22:19 msaitoh Exp $ */
+/* $NetBSD: boot32.c,v 1.48 2021/11/10 15:33:26 msaitoh Exp $ */
/*-
* Copyright (c) 2002 Reinoud Zandijk
@@ -312,7 +312,7 @@
/* passed a boundary ... note this block */
/*
* splitting in different vars is for
- * compatability reasons
+ * compatibility reasons
*/
switch (current_page_type) {
case -1:
diff -r ecf46c02eaf5 -r 18da878207b1 sys/compat/common/Makefile.sysio
--- a/sys/compat/common/Makefile.sysio Wed Nov 10 15:26:34 2021 +0000
+++ b/sys/compat/common/Makefile.sysio Wed Nov 10 15:33:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sysio,v 1.14 2021/08/09 20:49:09 andvar Exp $
+# $NetBSD: Makefile.sysio,v 1.15 2021/11/10 15:33:26 msaitoh Exp $
# Sources for syscall and ioctl compatibility across the versions.
@@ -58,11 +58,11 @@
SRCS+= rf_compat50.c
SRCS+= rf_compat80.c
-# Puffs compatability code for NetBSD 5.0
+# Puffs compatibility code for NetBSD 5.0
.PATH: ${S}/fs/puffs
SRCS+= puffs_compat.c
-# wsevent compatability code for NetBSD 5.0
+# wsevent compatibility code for NetBSD 5.0
.PATH: ${S}/dev/wscons
SRCS+= wsevent_50.c
Home |
Main Index |
Thread Index |
Old Index