stat(1): Fix grammar error in stat.c

Event:		Advanced UNIX Programming Course (Fall’23) at NTHU
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1014
This commit is contained in:
LO WEN-CHIEN 2024-01-07 21:14:12 +08:00 committed by Li-Wen Hsu
parent b1d0cf28ff
commit 49eeca743b
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ format1(const struct stat *st,
(void)strcat(lfmt, tmp);
/*
* For precision of less that nine digits, trim off the
* For precision of less than nine digits, trim off the
* less significant figures.
*/
for (; prec < 9; prec++)