Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 11:03:54 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a400e2590416 - main - ed(1): Fix grammar in comment
Message-ID:  <202402131103.41DB3s8I064867@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=a400e2590416949987dab710930ffd94539a545a

commit a400e2590416949987dab710930ffd94539a545a
Author:     Chia-Jung Chang <maluma110020036@gapp.nthu.edu.tw>
AuthorDate: 2024-01-11 22:22:32 +0000
Commit:     Li-Wen Hsu <lwhsu@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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402131103.41DB3s8I064867>