mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
To: trivial@kernel.org
Cc: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
	x86@kernel.org, Randy Dunlap <rdunlap@xenotime.net>,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [PATCH] trivial: fix typo s/programme/program/ in mtrr documentation
Date: Sun, 17 Jan 2010 19:25:51 -0200	[thread overview]
Message-ID: <1263763552-9656-1-git-send-email-cascardo@holoscopio.com> (raw)

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


             reply	other threads:[~2010-01-17 21:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-17 21:25 Thadeu Lima de Souza Cascardo [this message]
2010-01-17 21:53 ` Randy Dunlap
2010-01-17 23:02   ` Thadeu Lima de Souza Cascardo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1263763552-9656-1-git-send-email-cascardo@holoscopio.com \
    --to=cascardo@holoscopio.com \
    --cc=hpa@zytor.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=rdunlap@xenotime.net \
    --cc=tglx@linutronix.de \
    --cc=trivial@kernel.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome