git: 1d83ae9d3d66 - main - install(1): Fix typo in usr.bin/xinstall/xinstall.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 07:24:17 UTC
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)