sh(1): Fix typo

Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Reviewed by: imp, @rilysh on github
Pull Request: https://github.com/freebsd/freebsd-src/pull/935
This commit is contained in:
Kai-Yang Chen 2023-12-26 10:33:20 -07:00 committed by Warner Losh
parent 878bf23d37
commit b6ae2ec7b0

View file

@ -283,7 +283,7 @@ growstackblock(int min)
/*
* The following routines are somewhat easier to use that the above.
* The following routines are somewhat easier to use than the above.
* The user declares a variable of type STACKSTR, which may be declared
* to be a register. The macro STARTSTACKSTR initializes things. Then
* the user uses the macro STPUTC to add characters to the string. In