summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 19:16:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 19:16:05 +0000
commitba88fc458a6035cb369aafc8667bade7da573b6b (patch)
tree394d099e791ff5398b95266a1d3bdf8c5e6b82bc /usr.bin/make
parent21387508cf29cf6c632d139f76994a8bbd51b838 (diff)
spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/arch.c4
-rw-r--r--usr.bin/make/job.c4
-rw-r--r--usr.bin/make/lst.lib/lstConcatDestroy.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c
index 6cddefb06c8..d25f89b76b6 100644
--- a/usr.bin/make/arch.c
+++ b/usr.bin/make/arch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arch.c,v 1.91 2020/01/13 13:54:44 espie Exp $ */
+/* $OpenBSD: arch.c,v 1.92 2022/12/26 19:16:02 jmc Exp $ */
/* $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $ */
/*
@@ -432,7 +432,7 @@ read_archive(const char *archive, const char *earchive)
(void)memcpy(memberName, arHeader.ar_name,
AR_NAME_SIZE);
- /* Find real end of name (strip extranous ' ') */
+ /* Find real end of name (strip extraneous ' ') */
for (cp = memberName + AR_NAME_SIZE - 1; *cp == ' ';)
cp--;
cp[1] = '\0';
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 38311691998..54dc5c8ad8c 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: job.c,v 1.162 2020/06/02 12:24:44 espie Exp $ */
+/* $OpenBSD: job.c,v 1.163 2022/12/26 19:16:02 jmc Exp $ */
/* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */
/*
@@ -745,7 +745,7 @@ reap_finished_job(pid_t pid)
/*
* classic waitpid handler: retrieve as many dead children as possible.
- * returns true if succesful
+ * returns true if successful
*/
static bool
reap_jobs(void)
diff --git a/usr.bin/make/lst.lib/lstConcatDestroy.c b/usr.bin/make/lst.lib/lstConcatDestroy.c
index 46c48e54d88..1d30eb5432e 100644
--- a/usr.bin/make/lst.lib/lstConcatDestroy.c
+++ b/usr.bin/make/lst.lib/lstConcatDestroy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lstConcatDestroy.c,v 1.11 2010/07/19 19:46:44 espie Exp $ */
+/* $OpenBSD: lstConcatDestroy.c,v 1.12 2022/12/26 19:16:02 jmc Exp $ */
/* $NetBSD: lstConcat.c,v 1.6 1996/11/06 17:59:34 christos Exp $ */
/*
@@ -35,7 +35,7 @@
/*-
* listConcat.c --
- * Function to concatentate two lists.
+ * Function to concatenate two lists.
*/
#include "lstInt.h"