From: Martin Michlmayr <tbm@cyrius.com>
To: dash@vger.kernel.org
Subject: [PATCH] Fix typos
Date: Wed, 20 May 2020 16:08:36 +0800 [thread overview]
Message-ID: <20200520080836.GA19305@jirafa.cyrius.com> (raw)
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
diff --git a/src/TOUR b/src/TOUR
index 056e79b..e30836e 100644
--- a/src/TOUR
+++ b/src/TOUR
@@ -100,7 +100,7 @@ string was going to be:
p = stackptr;
*p++ = c; /* repeated as many times as needed */
stackptr = p;
-The folloing three macros (defined in memalloc.h) perform these
+The following three macros (defined in memalloc.h) perform these
operations, but grow the stack if you run off the end:
STARTSTACKSTR(p);
STPUTC(c, p); /* repeated as many times as needed */
@@ -198,7 +198,7 @@ EXECUTION: Command execution is handled by the following files:
eval.c The top level routines.
redir.c Code to handle redirection of input and output.
jobs.c Code to handle forking, waiting, and job control.
- exec.c Code to to path searches and the actual exec sys call.
+ exec.c Code to path searches and the actual exec sys call.
expand.c Code to evaluate arguments.
var.c Maintains the variable symbol table. Called from expand.c.
diff --git a/src/jobs.c b/src/jobs.c
index f65435d..0926360 100644
--- a/src/jobs.c
+++ b/src/jobs.c
@@ -557,7 +557,7 @@ showjobs(struct output *out, int mode)
TRACE(("showjobs(%x) called\n", mode));
- /* If not even one one job changed, there is nothing to do */
+ /* If not even one job changed, there is nothing to do */
dowait(DOWAIT_NONBLOCK, NULL);
for (jp = curjob; jp; jp = jp->prev_job) {
--
Martin Michlmayr
https://www.cyrius.com/
next reply other threads:[~2020-05-20 8:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-20 8:08 Martin Michlmayr [this message]
2020-05-28 11:36 ` [PATCH] Fix typos Herbert Xu
-- strict thread matches above, loose matches on Subject: below --
2022-12-30 12:01 Samanta Navarro
2023-01-26 15:49 ` Theodore Ts'o
2018-11-28 11:05 Andrea Gelmini
2018-11-28 11:23 ` Nikolay Borisov
2018-11-28 13:24 ` Brendan Hide
2018-11-28 13:41 ` Nikolay Borisov
2018-11-28 15:56 ` David Sterba
2018-11-28 16:17 ` Andrea Gelmini
2018-11-28 17:02 ` David Sterba
2018-11-28 17:12 ` Andrea Gelmini
2018-12-13 21:59 ` David Sterba
2018-12-29 15:29 ` Andrea Gelmini
2016-01-09 22:13 Andrea Gelmini
2016-01-09 21:01 Andrea Gelmini
2016-01-09 21:10 ` Darrick J. Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200520080836.GA19305@jirafa.cyrius.com \
--to=tbm@cyrius.com \
--cc=dash@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.