Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2023 17:48:31 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 878bf23d3758 - main - sh(1): Fix typo
Message-ID:  <202312261748.3BQHmVKN080765@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=878bf23d3758244171f12e06d956c021b30a2aad

commit 878bf23d3758244171f12e06d956c021b30a2aad
Author:     WEININGCHIU <william08162010@gapp.nthu.edu.tw>
AuthorDate: 2023-12-26 17:30:20 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-26 17:33:14 +0000

    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
---
 bin/sh/mail.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
  */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312261748.3BQHmVKN080765>