This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [COMMITTED] S390: Fix non-ascii character in fenv.h.
- From: Andreas Schwab <schwab at suse dot de>
- To: Stefan Liebler <stli at linux dot ibm dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 12 Feb 2020 10:33:18 +0100
- Subject: Re: [COMMITTED] S390: Fix non-ascii character in fenv.h.
- References: <1581495249-12990-1-git-send-email-stli@linux.ibm.com>
On Feb 12 2020, Stefan Liebler wrote:
> diff --git a/sysdeps/s390/fpu/bits/fenv.h b/sysdeps/s390/fpu/bits/fenv.h
> index 4038f96..e10d025 100644
> --- a/sysdeps/s390/fpu/bits/fenv.h
> +++ b/sysdeps/s390/fpu/bits/fenv.h
> @@ -73,14 +73,14 @@ typedef unsigned int fexcept_t; /* size of fpc */
>
>
> /* Type representing floating-point environment. This function corresponds
> - to the layout of the block written by the `fstenv'. */
> + to the layout of the block used by fegetenv and fesetenv. */
> typedef struct
> {
> fexcept_t __fpc;
> void *__unused;
> /* The field __unused (formerly __ieee_instruction_pointer) is a relict from
> commit "Remove PTRACE_PEEKUSER" (87b9b50f0d4b92248905e95a06a13c513dc45e59)
> - and isn´t used anymore. */
> + and isn't used anymore. */
Perhaps avoid the contraction and write it out as `is not'.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."