[RFC,01/10] doc: Fix wording and formatting in ./support/README

Message ID 20200707150827.20899-2-lukma@denx.de
State Dropped
Delegated to: Lukasz Majewski
Headers
Series y2038: nptl: futex: Provide support for futex_time64 |

Commit Message

Lukasz Majewski July 7, 2020, 3:08 p.m. UTC
  ---
 support/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Florian Weimer July 7, 2020, 3:11 p.m. UTC | #1
* Lukasz Majewski:

> ---
>  support/README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/support/README b/support/README
> index ae2c41caa8..bbd3d588f2 100644
> --- a/support/README
> +++ b/support/README
> @@ -4,8 +4,8 @@ not) and tests.
>  
>  # Error-checking wrappers
>  
> -These wrappers test for error return codes an terminate the process on
> -error.  They are declared in these header files:
> +These wrappers test for error return codes and terminate the process on
> +error. They are declared in these header files:

We generally use two spaces after a sentence-ending period in glibc.

Thanks,
Florian
  

Patch

diff --git a/support/README b/support/README
index ae2c41caa8..bbd3d588f2 100644
--- a/support/README
+++ b/support/README
@@ -4,8 +4,8 @@  not) and tests.
 
 # Error-checking wrappers
 
-These wrappers test for error return codes an terminate the process on
-error.  They are declared in these header files:
+These wrappers test for error return codes and terminate the process on
+error. They are declared in these header files:
 
 * support.h
 * xsignal.h