Bug 266503

Summary: Fix comment in msun/src/e_jn.c
Product: Base System Reporter: Steve Kargl <kargl>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: emaste, lwhsu
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Diff with patch none

Description Steve Kargl freebsd_committer freebsd_triage 2022-09-19 17:07:12 UTC
Created attachment 236689 [details]
Diff with patch

The comment in msun/src/e_jn.c lacks proper grammar, and is incorrect on the choice of normalization entity.  The attached patch fixes these issues.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-19 18:40:52 UTC
A commit in branch main references this bug:

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

commit 620d855faca136d661a86dfa4cf74dd4f8794740
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2022-09-19 18:38:48 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-09-19 18:40:07 +0000

    msun: correct comment

    The comment in msun/src/e_jn.c lacks proper grammar, and is incorrect on
    the choice of normalization entity.

    PR:     266503
    MFC after:      3 days

 lib/msun/src/e_jn.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-09-22 11:21:04 UTC
A commit in branch stable/13 references this bug:

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

commit 3b6fbe6e987a02e16d87b65a0b7ee2f2c5936ed1
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2022-09-19 18:38:48 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-09-22 11:19:23 +0000

    msun: correct comment

    PR:     266503

    (cherry picked from commit 620d855faca136d661a86dfa4cf74dd4f8794740)

 lib/msun/src/e_jn.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)