Bug 266503 - Fix comment in msun/src/e_jn.c
Summary: Fix comment in msun/src/e_jn.c
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-19 17:07 UTC by Steve Kargl
Modified: 2023-08-02 18:46 UTC (History)
2 users (show)

See Also:


Attachments
Diff with patch (1.07 KB, patch)
2022-09-19 17:07 UTC, Steve Kargl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)