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
This commit is contained in:
LO WEN-CHIEN 2024-01-07 20:53:10 +08:00 committed by Li-Wen Hsu
parent 01d463b6f2
commit 1d83ae9d3d
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -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)