s/dependancies/dependencies/ and s/independantly/independently/ in comments and

distrib notes.
This commit is contained in:
andvar 2024-02-05 21:39:51 +00:00
parent 4caa18be99
commit d30e897588
6 changed files with 14 additions and 14 deletions

View File

@ -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. .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -169,7 +169,7 @@
.\" support for more than two pages, nor for right-margins. .\" support for more than two pages, nor for right-margins.
.\" Usage: .\" Usage:
.\" .Bc [ncol] .\" .Bc [ncol]
.\" Dependancies: .\" Dependencies:
.\" macro CF page trap macro for bottom of column .\" macro CF page trap macro for bottom of column
.\" macro CZ code duplication; handling of diversion interpolation. .\" macro CZ code duplication; handling of diversion interpolation.
.\" macro CC diversion trap macro for subdividing into pages. .\" macro CC diversion trap macro for subdividing into pages.

View File

@ -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 * Copyright (c) 1998, 1999 Matthew R. Green
@ -232,7 +232,7 @@ strnode_add(strnodelist **listp, char *s, filenode *fnode)
/* /*
* below are the functions that deal with creating the lists * 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. * 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 * NOTE: do_file() is called recursively from several places and cannot
* safely free() anything related to items that may be recursed on. * 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 void
do_file(filenode *fnode) do_file(filenode *fnode)

View File

@ -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. * 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 * between the vidc and the riscpc virtual console (struct vidc_mode) that
* means this file must be exported to userland. * means this file must be exported to userland.
* With the import of the new console code this will go away. * With the import of the new console code this will go away.

View File

@ -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. * 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 * between the vidc and the riscpc virtual console (struct vidc_mode) that
* means this file must be exported to userland. * means this file must be exported to userland.
* With the import of the new console code this will go away. * With the import of the new console code this will go away.

View File

@ -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 * 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 * byte needs to be unsigned 8-bit, and unicode_t needs to be
* unsigned 16-bit. * unsigned 16-bit.
*/ */

View File

@ -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. * 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 $ * $DragonFly: src/sys/vfs/hammer/hammer_disk.h,v 1.55 2008/11/13 02:18:43 dillon Exp $
*/ */
#include <sys/cdefs.h> #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_ #ifndef VFS_HAMMER_DISK_H_
#define VFS_HAMMER_DISK_H_ #define VFS_HAMMER_DISK_H_
@ -1041,7 +1041,7 @@ typedef struct hammer_pseudofs_data *hammer_pseudofs_data_t;
* Snapshot meta-data { Objid = HAMMER_OBJID_ROOT, Key = tid, rectype = SNAPSHOT }. * Snapshot meta-data { Objid = HAMMER_OBJID_ROOT, Key = tid, rectype = SNAPSHOT }.
* *
* Snapshot records replace the old <fs>/snapshots/<softlink> methodology. 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. * a slave.
* *
* NOTE: The b-tree key is signed, the tid is not, so callers must still sort the * NOTE: The b-tree key is signed, the tid is not, so callers must still sort the