aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWEININGCHIU <william08162010@gapp.nthu.edu.tw>2023-12-26 17:30:20 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-26 17:33:14 +0000
commit878bf23d3758244171f12e06d956c021b30a2aad (patch)
treedab0acb5bd9d1f1b0febebaf85b64d839e8bd584 /bin
parent896fd0d3f5bd0a783a0a9831d5f572398ad92539 (diff)
downloadsrc-878bf23d3758244171f12e06d956c021b30a2aad.tar.gz
src-878bf23d3758244171f12e06d956c021b30a2aad.zip
sh(1): Fix typo
nozero -> non-zero Event: Advanced UNIX Programming Course (Fall’23) at NTHU. Reviewed by: imp, Mina Galić Pull Request: https://github.com/freebsd/freebsd-src/pull/936
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/mail.c b/bin/sh/mail.c
index 97ea41d8da67..be5e76c221f8 100644
--- a/bin/sh/mail.c
+++ b/bin/sh/mail.c
@@ -55,7 +55,7 @@ static time_t mailtime[MAXMBOXES]; /* times of mailboxes */
/*
* Print appropriate message(s) if mail has arrived. If the argument is
- * nozero, then the value of MAIL has changed, so we just update the
+ * non-zero, then the value of MAIL has changed, so we just update the
* values.
*/