From c09c60ae76a4262f645fc8f4c7569d3d97d1a37d Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 20 May 2020 16:08:36 +0800 Subject: shell: Fix typos Signed-off-by: Martin Michlmayr Signed-off-by: Herbert Xu --- src/jobs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jobs.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) { -- cgit 1.4.1