mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ed(1): Fix grammar in comment
Event: Advanced UNIX programming course (Fall'23) at NTHU Pull Request: https://github.com/freebsd/freebsd-src/pull/1025
This commit is contained in:
parent
47e99e5bc5
commit
a400e25904
1 changed files with 1 additions and 1 deletions
|
|
@ -1289,7 +1289,7 @@ has_trailing_escape(char *s, char *t)
|
|||
}
|
||||
|
||||
|
||||
/* strip_escapes: return copy of escaped string of at most length PATH_MAX */
|
||||
/* strip_escapes: return a copy of escaped string of at most length PATH_MAX */
|
||||
char *
|
||||
strip_escapes(char *s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue