Fix typo in NEWS file

Message ID 7fed9aae-7783-8926-695c-ce25b05cd589@huawei.com
State Committed
Delegated to: Paul Zimmermann
Headers
Series Fix typo in NEWS file |

Commit Message

Shuo Wang Nov. 2, 2020, 7:42 a.m. UTC
  Fix typo in NEWS file
---
  NEWS | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

      ppc64le
    [22145] libc: ttyname() gives up too early in the face of namespaces
    [22146] math: C++ build issue with float128 on x86_64
  

Comments

Paul Zimmermann Nov. 3, 2020, 10:40 a.m. UTC | #1
Dear Shuo,

this patch looks ok to me.

Thanks,
Paul Zimmermann

> From: Shuo Wang <wangshuo47@huawei.com>
> Date: Mon, 2 Nov 2020 15:42:13 +0800
> User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
>  Thunderbird/78.0.1
> Cc: Hushiyuan <hushiyuan@huawei.com>
> 
> Fix typo in NEWS file
> ---
>   NEWS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 4307c4b1b0..ff26f6dfa5 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -730,7 +730,7 @@ The following bugs are resolved with this release:
>     [24040] libc: riscv64: unterminated call chain in __thread_start
>     [24047] network: libresolv should use IP_RECVERR/IPV6_RECVERR to avoid
>       long timeouts
> -  [24051] stdio: puts and putchar ouput to _IO_stdout instead of stdout
> +  [24051] stdio: puts and putchar output to _IO_stdout instead of stdout
>     [24059] nss: nss_files: get_next_alias calls fgets_unlocked without
>       checking for NULL.
>     [24114] regex: regexec buffer read overrun in "grep -i
> @@ -1908,7 +1908,7 @@ The following bugs are resolved with this release:
>     [22111] malloc: malloc: per thread cache is not returned when thread 
> exits
>     [22112] localedata: Fix LC_TELEPHONE/LC_NAME for az_AZ
>     [22134] libc: [linux] implement fexecve with execveat
> -  [22142] libc: [powerpc] printf oupts a wrong value of DBL_MAX on 
> ppc64 and
> +  [22142] libc: [powerpc] printf outputs a wrong value of DBL_MAX on 
> ppc64 and
>       ppc64le
>     [22145] libc: ttyname() gives up too early in the face of namespaces
>     [22146] math: C++ build issue with float128 on x86_64
> -- 
> 2.23.0
  
Joseph Myers Nov. 3, 2020, 10:25 p.m. UTC | #2
I would say that if we wish to fix things in those lists of fixed bugs in 
NEWS, we should fix the bug data in Bugzilla (which I think was done in 
this case), then regenerate those lists using list-fixed-bugs.py (which 
will also pick up any bugs that only got their milestone set after the 
release in question was made).
  

Patch

diff --git a/NEWS b/NEWS
index 4307c4b1b0..ff26f6dfa5 100644
--- a/NEWS
+++ b/NEWS
@@ -730,7 +730,7 @@  The following bugs are resolved with this release:
    [24040] libc: riscv64: unterminated call chain in __thread_start
    [24047] network: libresolv should use IP_RECVERR/IPV6_RECVERR to avoid
      long timeouts
-  [24051] stdio: puts and putchar ouput to _IO_stdout instead of stdout
+  [24051] stdio: puts and putchar output to _IO_stdout instead of stdout
    [24059] nss: nss_files: get_next_alias calls fgets_unlocked without
      checking for NULL.
    [24114] regex: regexec buffer read overrun in "grep -i
@@ -1908,7 +1908,7 @@  The following bugs are resolved with this release:
    [22111] malloc: malloc: per thread cache is not returned when thread 
exits
    [22112] localedata: Fix LC_TELEPHONE/LC_NAME for az_AZ
    [22134] libc: [linux] implement fexecve with execveat
-  [22142] libc: [powerpc] printf oupts a wrong value of DBL_MAX on 
ppc64 and
+  [22142] libc: [powerpc] printf outputs a wrong value of DBL_MAX on 
ppc64 and