Module Name: src
Committed By: andvar
Date: Mon Feb 5 21:39:52 UTC 2024
Modified Files:
src/distrib/notes/common: macros
src/sbin/rcorder: rcorder.c
src/sys/arch/acorn32/include: vidc_machdep.h
src/sys/arch/arm/iomd: vidc.h
src/sys/fs/udf: udf_osta.h
src/usr.sbin/fstyp: hammer_disk.h
Log Message:
s/dependancies/dependencies/ and s/independantly/independently/ in comments and
distrib notes.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/distrib/notes/common/macros
cvs rdiff -u -r1.18 -r1.19 src/sbin/rcorder/rcorder.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/acorn32/include/vidc_machdep.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/iomd/vidc.h
cvs rdiff -u -r1.4 -r1.5 src/sys/fs/udf/udf_osta.h
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/fstyp/hammer_disk.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/common/macros
diff -u src/distrib/notes/common/macros:1.54 src/distrib/notes/common/macros:1.55
--- src/distrib/notes/common/macros:1.54 Sat Nov 30 00:28:27 2019
+++ src/distrib/notes/common/macros Mon Feb 5 21:39:51 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: macros,v 1.54 2019/11/30 00:28:27 uwe Exp $
+.\" $NetBSD: macros,v 1.55 2024/02/05 21:39:51 andvar Exp $
.\"
.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -169,7 +169,7 @@
.\" support for more than two pages, nor for right-margins.
.\" Usage:
.\" .Bc [ncol]
-.\" Dependancies:
+.\" Dependencies:
.\" macro CF page trap macro for bottom of column
.\" macro CZ code duplication; handling of diversion interpolation.
.\" macro CC diversion trap macro for subdividing into pages.
Index: src/sbin/rcorder/rcorder.c
diff -u src/sbin/rcorder/rcorder.c:1.18 src/sbin/rcorder/rcorder.c:1.19
--- src/sbin/rcorder/rcorder.c:1.18 Mon Sep 5 01:09:57 2016
+++ src/sbin/rcorder/rcorder.c Mon Feb 5 21:39:51 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: rcorder.c,v 1.18 2016/09/05 01:09:57 sevan Exp $ */
+/* $NetBSD: rcorder.c,v 1.19 2024/02/05 21:39:51 andvar Exp $ */
/*
* Copyright (c) 1998, 1999 Matthew R. Green
@@ -232,7 +232,7 @@ strnode_add(strnodelist **listp, char *s
/*
* below are the functions that deal with creating the lists
- * from the filename's given and the dependancies and provisions
+ * from the filename's given and the dependencies and provisions
* in each of these files. no ordering or checking is done here.
*/
@@ -662,7 +662,7 @@ keep_ok(filenode *fnode)
*
* NOTE: do_file() is called recursively from several places and cannot
* safely free() anything related to items that may be recursed on.
- * Circular dependancies will cause problems if we do.
+ * Circular dependencies will cause problems if we do.
*/
void
do_file(filenode *fnode)
Index: src/sys/arch/acorn32/include/vidc_machdep.h
diff -u src/sys/arch/acorn32/include/vidc_machdep.h:1.1 src/sys/arch/acorn32/include/vidc_machdep.h:1.2
--- src/sys/arch/acorn32/include/vidc_machdep.h:1.1 Fri Oct 5 22:27:53 2001
+++ src/sys/arch/acorn32/include/vidc_machdep.h Mon Feb 5 21:39:52 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: vidc_machdep.h,v 1.1 2001/10/05 22:27:53 reinoud Exp $ */
+/* $NetBSD: vidc_machdep.h,v 1.2 2024/02/05 21:39:52 andvar Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@@ -41,7 +41,7 @@
*/
/*
- * This should be private to the vidc directory but there are still dependancies
+ * This should be private to the vidc directory but there are still dependencies
* between the vidc and the riscpc virtual console (struct vidc_mode) that
* means this file must be exported to userland.
* With the import of the new console code this will go away.
Index: src/sys/arch/arm/iomd/vidc.h
diff -u src/sys/arch/arm/iomd/vidc.h:1.13 src/sys/arch/arm/iomd/vidc.h:1.14
--- src/sys/arch/arm/iomd/vidc.h:1.13 Fri Aug 18 23:25:10 2006
+++ src/sys/arch/arm/iomd/vidc.h Mon Feb 5 21:39:52 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: vidc.h,v 1.13 2006/08/18 23:25:10 bjh21 Exp $ */
+/* $NetBSD: vidc.h,v 1.14 2024/02/05 21:39:52 andvar Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@@ -46,7 +46,7 @@
*/
/*
- * This should be private to the vidc directory but there are still dependancies
+ * This should be private to the vidc directory but there are still dependencies
* between the vidc and the riscpc virtual console (struct vidc_mode) that
* means this file must be exported to userland.
* With the import of the new console code this will go away.
Index: src/sys/fs/udf/udf_osta.h
diff -u src/sys/fs/udf/udf_osta.h:1.4 src/sys/fs/udf/udf_osta.h:1.5
--- src/sys/fs/udf/udf_osta.h:1.4 Wed May 14 16:49:48 2008
+++ src/sys/fs/udf/udf_osta.h Mon Feb 5 21:39:52 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_osta.h,v 1.4 2008/05/14 16:49:48 reinoud Exp $ */
+/* $NetBSD: udf_osta.h,v 1.5 2024/02/05 21:39:52 andvar Exp $ */
/*
* Prototypes for the OSTA functions
@@ -24,7 +24,7 @@
/***********************************************************************
- * The following two typedef's are to remove compiler dependancies.
+ * The following two typedef's are to remove compiler dependencies.
* byte needs to be unsigned 8-bit, and unicode_t needs to be
* unsigned 16-bit.
*/
Index: src/usr.sbin/fstyp/hammer_disk.h
diff -u src/usr.sbin/fstyp/hammer_disk.h:1.5 src/usr.sbin/fstyp/hammer_disk.h:1.6
--- src/usr.sbin/fstyp/hammer_disk.h:1.5 Sat May 27 21:38:06 2023
+++ src/usr.sbin/fstyp/hammer_disk.h Mon Feb 5 21:39:52 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: hammer_disk.h,v 1.5 2023/05/27 21:38:06 andvar Exp $ */
+/* $NetBSD: hammer_disk.h,v 1.6 2024/02/05 21:39:52 andvar Exp $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@ -36,7 +36,7 @@
* $DragonFly: src/sys/vfs/hammer/hammer_disk.h,v 1.55 2008/11/13 02:18:43 dillon Exp $
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.5 2023/05/27 21:38:06 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.6 2024/02/05 21:39:52 andvar Exp $");
#ifndef VFS_HAMMER_DISK_H_
#define VFS_HAMMER_DISK_H_
@@ -1041,7 +1041,7 @@ typedef struct hammer_pseudofs_data *ham
* Snapshot meta-data { Objid = HAMMER_OBJID_ROOT, Key = tid, rectype = SNAPSHOT }.
*
* Snapshot records replace the old <fs>/snapshots/<softlink> methodology. Snapshot
- * records are mirrored but may be independantly managed once they are laid down on
+ * records are mirrored but may be independently managed once they are laid down on
* a slave.
*
* NOTE: The b-tree key is signed, the tid is not, so callers must still sort the