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:
Chia-Jung Chang 2024-01-12 06:22:32 +08:00 committed by Li-Wen Hsu
parent 47e99e5bc5
commit a400e25904
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -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)
{