Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 07:24:17 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1d83ae9d3d66 - main - install(1): Fix typo in usr.bin/xinstall/xinstall.c
Message-ID:  <202402130724.41D7OHO5092802@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=1d83ae9d3d66e3af9ad192b19578493f6554dd21

commit 1d83ae9d3d66e3af9ad192b19578493f6554dd21
Author:     LO WEN-CHIEN <s111062113@m111.nthu.edu.tw>
AuthorDate: 2024-01-07 12:53:10 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 07:21:45 +0000

    install(1): Fix typo in usr.bin/xinstall/xinstall.c
    
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1012
---
 usr.bin/xinstall/xinstall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 66f2c165c683..1e5adadd8f49 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -65,7 +65,7 @@
 #include "mtree.h"
 
 /*
- * Memory strategy threshold, in pages: if physmem is larger then this, use a
+ * Memory strategy threshold, in pages: if physmem is larger than this, use a
  * large buffer.
  */
 #define PHYSPAGES_THRESHOLD (32*1024)



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