Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1435234
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] [linux-next] Doc: x86: Fix typo in x86 |
| Date | 2016-07-01 12:10 +0200 |
| Message-ID | <rQ3yy-5kw-21@gated-at.bofh.it> (permalink) |
| References | <rPXCN-1wC-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Masanari Iida <standby24x7@gmail.com> wrote: > This patch fix some spelling typo found in > Documentation/x86. > > Signed-off-by: Masanari Iida <standby24x7@gmail.com> > --- > Documentation/x86/intel_mpx.txt | 6 +++--- > Documentation/x86/tlb.txt | 4 ++-- > Documentation/x86/x86_64/machinecheck | 2 +- > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/Documentation/x86/intel_mpx.txt b/Documentation/x86/intel_mpx.txt > index 1a5a12184a35..4c40a85ae2b1 100644 > --- a/Documentation/x86/intel_mpx.txt > +++ b/Documentation/x86/intel_mpx.txt > @@ -45,7 +45,7 @@ is how we expect the compiler, application and kernel to work together. > MPX-instrumented. > 3) The kernel detects that the CPU has MPX, allows the new prctl() to > succeed, and notes the location of the bounds directory. Userspace is > - expected to keep the bounds directory at that locationWe note it > + expected to keep the bounds directory at that location We note it So this documentation fix kept the much more obvious typo in place: that sentence is missing a period ... I fixed that in the patch, but next time please read the text you are patching ... Thanks, Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] [linux-next] Doc: x86: Fix typo in x86 Masanari Iida <standby24x7@gmail.com> - 2016-07-01 05:50 +0200 [tip:x86/urgent] x86/Documentation: Fix various typos in Documentation/x86/ files tip-bot for Masanari Iida <tipbot@zytor.com> - 2016-07-01 10:20 +0200 Re: [PATCH] [linux-next] Doc: x86: Fix typo in x86 Ingo Molnar <mingo@kernel.org> - 2016-07-01 12:10 +0200
csiph-web