* [PATCH] trivial: fix typo s/programme/program/ in mtrr documentation
@ 2010-01-17 21:25 Thadeu Lima de Souza Cascardo
2010-01-17 21:53 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Thadeu Lima de Souza Cascardo @ 2010-01-17 21:25 UTC (permalink / raw)
To: trivial
Cc: Thadeu Lima de Souza Cascardo, Thomas Gleixner, Ingo Molnar,
H. Peter Anvin, x86, Randy Dunlap, linux-kernel, linux-doc
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
---
Documentation/x86/mtrr.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/x86/mtrr.txt b/Documentation/x86/mtrr.txt
index cc071dc..3ffcbea 100644
--- a/Documentation/x86/mtrr.txt
+++ b/Documentation/x86/mtrr.txt
@@ -195,11 +195,11 @@ int main ()
exit (3);
} /* End Function main */
===============================================================================
-Creating MTRRs from a C programme using ioctl()'s:
+Creating MTRRs from a C program using ioctl()'s:
/* mtrr-add.c
- Source file for mtrr-add (example programme to add an MTRRs using ioctl())
+ Source file for mtrr-add (example program to add MTRRs using ioctl())
Copyright (C) 1997-1998 Richard Gooch
@@ -223,7 +223,7 @@ Creating MTRRs from a C programme using ioctl()'s:
*/
/*
- This programme will use an ioctl() on /proc/mtrr to add an entry. The first
+ This program will use an ioctl() on /proc/mtrr to add an entry. The first
available mtrr is used. This is an alternative to writing /proc/mtrr.
--
1.6.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] trivial: fix typo s/programme/program/ in mtrr documentation
2010-01-17 21:25 [PATCH] trivial: fix typo s/programme/program/ in mtrr documentation Thadeu Lima de Souza Cascardo
@ 2010-01-17 21:53 ` Randy Dunlap
2010-01-17 23:02 ` Thadeu Lima de Souza Cascardo
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2010-01-17 21:53 UTC (permalink / raw)
To: Thadeu Lima de Souza Cascardo
Cc: trivial, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86,
linux-kernel, linux-doc
On Sun, 17 Jan 2010 19:25:51 -0200 Thadeu Lima de Souza Cascardo wrote:
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
> ---
> Documentation/x86/mtrr.txt | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/x86/mtrr.txt b/Documentation/x86/mtrr.txt
> index cc071dc..3ffcbea 100644
> --- a/Documentation/x86/mtrr.txt
> +++ b/Documentation/x86/mtrr.txt
> @@ -195,11 +195,11 @@ int main ()
> exit (3);
> } /* End Function main */
> ===============================================================================
> -Creating MTRRs from a C programme using ioctl()'s:
> +Creating MTRRs from a C program using ioctl()'s:
>
> /* mtrr-add.c
>
> - Source file for mtrr-add (example programme to add an MTRRs using ioctl())
> + Source file for mtrr-add (example program to add MTRRs using ioctl())
>
> Copyright (C) 1997-1998 Richard Gooch
>
> @@ -223,7 +223,7 @@ Creating MTRRs from a C programme using ioctl()'s:
> */
>
> /*
> - This programme will use an ioctl() on /proc/mtrr to add an entry. The first
> + This program will use an ioctl() on /proc/mtrr to add an entry. The first
> available mtrr is used. This is an alternative to writing /proc/mtrr.
>
>
> --
We accept UK/British English spellings as is.
---
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] trivial: fix typo s/programme/program/ in mtrr documentation
2010-01-17 21:53 ` Randy Dunlap
@ 2010-01-17 23:02 ` Thadeu Lima de Souza Cascardo
0 siblings, 0 replies; 3+ messages in thread
From: Thadeu Lima de Souza Cascardo @ 2010-01-17 23:02 UTC (permalink / raw)
To: Randy Dunlap
Cc: trivial, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86,
linux-kernel, linux-doc
[-- Attachment #1: Type: text/plain, Size: 1633 bytes --]
On Sun, Jan 17, 2010 at 01:53:58PM -0800, Randy Dunlap wrote:
> On Sun, 17 Jan 2010 19:25:51 -0200 Thadeu Lima de Souza Cascardo wrote:
>
> > Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
> > ---
> > Documentation/x86/mtrr.txt | 6 +++---
> > 1 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/Documentation/x86/mtrr.txt b/Documentation/x86/mtrr.txt
> > index cc071dc..3ffcbea 100644
> > --- a/Documentation/x86/mtrr.txt
> > +++ b/Documentation/x86/mtrr.txt
> > @@ -195,11 +195,11 @@ int main ()
> > exit (3);
> > } /* End Function main */
> > ===============================================================================
> > -Creating MTRRs from a C programme using ioctl()'s:
> > +Creating MTRRs from a C program using ioctl()'s:
> >
> > /* mtrr-add.c
> >
> > - Source file for mtrr-add (example programme to add an MTRRs using ioctl())
> > + Source file for mtrr-add (example program to add MTRRs using ioctl())
> >
> > Copyright (C) 1997-1998 Richard Gooch
> >
> > @@ -223,7 +223,7 @@ Creating MTRRs from a C programme using ioctl()'s:
> > */
> >
> > /*
> > - This programme will use an ioctl() on /proc/mtrr to add an entry. The first
> > + This program will use an ioctl() on /proc/mtrr to add an entry. The first
> > available mtrr is used. This is an alternative to writing /proc/mtrr.
> >
> >
> > --
>
> We accept UK/British English spellings as is.
>
Sorry. I should've checked this was a good spell, which I was not familiar with.
Regards,
Cascardo.
> ---
> ~Randy
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-17 23:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 21:25 [PATCH] trivial: fix typo s/programme/program/ in mtrr documentation Thadeu Lima de Souza Cascardo
2010-01-17 21:53 ` Randy Dunlap
2010-01-17 23:02 ` Thadeu Lima de Souza Cascardo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox