Skip to content

Commit 5b28f23

Browse files
committed
fix a/an grammar in obvious cases
1 parent 5c0e340 commit 5b28f23

File tree

85 files changed

+280
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+280
-280
lines changed

bin/csh/USD.doc/csh.g

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: csh.g,v 1.7 2024/06/02 12:11:36 andvar Exp $
1+
.\" $NetBSD: csh.g,v 1.8 2024/09/08 09:36:44 rillig Exp $
22
.\"
33
.\" Copyright (c) 1980, 1993
44
.\" The Regents of the University of California. All rights reserved.
@@ -258,7 +258,7 @@ is usually used because it is easier to type.
258258
The
259259
.I chsh
260260
command is used to change the shell which you use on \s-2UNIX\s0.
261-
By default, you use an different version of the shell
261+
By default, you use a different version of the shell
262262
which resides in `/bin/sh'.
263263
You can change your shell to `/bin/csh' by doing
264264
.DS
@@ -334,7 +334,7 @@ on your terminal and simultaneously pressing another character, much like
334334
the \s-2SHIFT\s0 key is used to produce upper case characters. Thus
335335
.I control- c
336336
is produced by holding down the \s-2CONTROL\s0 key while pressing the
337-
`c' key. Usually \s-2UNIX\s0 prints an caret (^) followed by the
337+
`c' key. Usually \s-2UNIX\s0 prints a caret (^) followed by the
338338
corresponding letter when you type a
339339
.I control
340340
character (e.g. `^C' for

bin/pax/buf_subs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: buf_subs.c,v 1.31 2023/05/28 21:42:40 lukem Exp $ */
1+
/* $NetBSD: buf_subs.c,v 1.32 2024/09/08 09:36:45 rillig Exp $ */
22

33
/*-
44
* Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
4242
#if 0
4343
static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94";
4444
#else
45-
__RCSID("$NetBSD: buf_subs.c,v 1.31 2023/05/28 21:42:40 lukem Exp $");
45+
__RCSID("$NetBSD: buf_subs.c,v 1.32 2024/09/08 09:36:45 rillig Exp $");
4646
#endif
4747
#endif /* not lint */
4848

@@ -594,7 +594,7 @@ wr_skip(off_t skcnt)
594594
/*
595595
* wr_rdfile()
596596
* fill write buffer with the contents of a file. We are passed an open
597-
* file descriptor to the file an the archive structure that describes the
597+
* file descriptor to the file and the archive structure that describes the
598598
* file we are storing. The variable "left" is modified to contain the
599599
* number of bytes of the file we were NOT able to write to the archive.
600600
* it is important that we always write EXACTLY the number of bytes that

bin/pax/ftree.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: ftree.c,v 1.44 2024/08/05 13:37:26 riastradh Exp $ */
1+
/* $NetBSD: ftree.c,v 1.45 2024/09/08 09:36:45 rillig Exp $ */
22

33
/*-
44
* Copyright (c) 1992 Keith Muller.
@@ -71,7 +71,7 @@
7171
#if 0
7272
static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94";
7373
#else
74-
__RCSID("$NetBSD: ftree.c,v 1.44 2024/08/05 13:37:26 riastradh Exp $");
74+
__RCSID("$NetBSD: ftree.c,v 1.45 2024/09/08 09:36:45 rillig Exp $");
7575
#endif
7676
#endif /* not lint */
7777

@@ -165,7 +165,7 @@ ftree_start(void)
165165
* set up the operation mode of fts, open the first file arg. We must
166166
* use FTS_NOCHDIR, as the user may have to open multiple archives and
167167
* if fts did a chdir off into the boondocks, we may create an archive
168-
* volume in an place where the user did not expect to.
168+
* volume in a place where the user did not expect to.
169169
*/
170170
ftsopts = FTS_NOCHDIR;
171171

common/lib/libprop/prop_kern.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: prop_kern.c,v 1.25 2022/08/03 21:13:46 riastradh Exp $ */
1+
/* $NetBSD: prop_kern.c,v 1.26 2024/09/08 09:36:45 rillig Exp $ */
22

33
/*-
44
* Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
@@ -116,7 +116,7 @@ prop_dictionary_externalize_to_pref(prop_dictionary_t dict,
116116

117117
/*
118118
* prop_dictionary_externalize_to_pref --
119-
* Externalize an dictionary into a plistref for sending to the kernel.
119+
* Externalize a dictionary into a plistref for sending to the kernel.
120120
*/
121121
int
122122
prop_dictionary_send_syscall(prop_dictionary_t dict,

crypto/external/bsd/heimdal/include/hx509-protos.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ hx509_ca_tbs_add_eku (
134134
* Add a Subject Alternative Name hostname to to-be-signed certificate
135135
* object. A domain match starts with ., an exact match does not.
136136
*
137-
* Example of a an domain match: .domain.se matches the hostname
137+
* Example of a domain match: .domain.se matches the hostname
138138
* host.domain.se.
139139
*
140140
* @param context A hx509 context.
@@ -261,8 +261,8 @@ void
261261
hx509_ca_tbs_free (hx509_ca_tbs */*tbs*/);
262262

263263
/**
264-
* Allocate an to-be-signed certificate object that will be converted
265-
* into an certificate.
264+
* Allocate a to-be-signed certificate object that will be converted
265+
* into a certificate.
266266
*
267267
* @param context A hx509 context.
268268
* @param tbs returned to-be-signed certicate object, free with
@@ -870,7 +870,7 @@ hx509_cert_init (
870870

871871
/**
872872
* Just like hx509_cert_init(), but instead of a decode certificate
873-
* takes an pointer and length to a memory region that contains a
873+
* takes a pointer and length to a memory region that contains a
874874
* DER/BER encoded certificate.
875875
*
876876
* If the memory region doesn't contain just the certificate and
@@ -2425,7 +2425,7 @@ int
24252425
hx509_prompt_hidden (hx509_prompt_type /*type*/);
24262426

24272427
/**
2428-
* Allocate an query controller. Free using hx509_query_free().
2428+
* Allocate a query controller. Free using hx509_query_free().
24292429
*
24302430
* @param context A hx509 context.
24312431
* @param q return pointer to a hx509_query.
@@ -3009,7 +3009,7 @@ hx509_verify_hostname (
30093009
int /*sa_size*/);
30103010

30113011
/**
3012-
* Allocate an verification context that is used fo control the
3012+
* Allocate a verification context that is used to control the
30133013
* verification process.
30143014
*
30153015
* @param context A hx509 context.
@@ -3111,7 +3111,7 @@ hx509_verify_set_time (
31113111
time_t /*t*/);
31123112

31133113
/**
3114-
* Verify a signature made using the private key of an certificate.
3114+
* Verify a signature made using the private key of a certificate.
31153115
*
31163116
* @param context A hx509 context.
31173117
* @param signer the certificate that made the signature.

0 commit comments

Comments
 (0)