diff options
author | LO WEN-CHIEN <s111062113@m111.nthu.edu.tw> | 2024-01-07 12:53:10 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-02-13 07:21:45 +0000 |
commit | 1d83ae9d3d66e3af9ad192b19578493f6554dd21 (patch) | |
tree | e9bb8baea000b348fade49ba6127bce0da519cd5 /usr.bin/xinstall/xinstall.c | |
parent | 01d463b6f21d027ba16cb4f1040c00b295b1df17 (diff) | |
download | src-1d83ae9d3d66e3af9ad192b19578493f6554dd21.tar.gz src-1d83ae9d3d66e3af9ad192b19578493f6554dd21.zip |
Diffstat (limited to 'usr.bin/xinstall/xinstall.c')
-rw-r--r-- | usr.bin/xinstall/xinstall.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |