mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
growfs(8): Grammar fix
Event: Advanced UNIX Programming Course (Fall'23) at NTHU. Pull Request: https://github.com/freebsd/freebsd-src/pull/1056
This commit is contained in:
parent
26c3d72eca
commit
b00271ceea
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ static FILE *dbg_log = NULL;
|
|||
static unsigned int indent = 0;
|
||||
|
||||
/*
|
||||
* prototypes not done here, as they come with debug.h
|
||||
* prototypes are not done here, as they come with debug.h
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue