The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=a400e2590416949987dab710930ffd94539a545a
commit a400e2590416949987dab710930ffd94539a545a Author: Chia-Jung Chang <maluma110020...@gapp.nthu.edu.tw> AuthorDate: 2024-01-11 22:22:32 +0000 Commit: Li-Wen Hsu <lw...@freebsd.org> CommitDate: 2024-02-13 09:55:54 +0000 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 --- bin/ed/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ed/main.c b/bin/ed/main.c index fefb83b7bc71..57f1faba29c4 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -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) {