All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: torvalds@transmeta.com
Cc: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org
Subject: [PATCH] More pedantry.
Date: Thu, 12 Jul 2001 11:03:01 +0100	[thread overview]
Message-ID: <11825.994932181@redhat.com> (raw)

Using 'errata' as singular instead of 'erratum' seems to one of the more 
common illiteracies found in the kernel.

I'm not sure what the text for the IA64 CONFIG_ACPI20 option 
("Enable ACPI 2.0 with errata 1.3") is supposed to mean, so I can't tell 
whether that's wrong. It's the only user-visible instance.

As the other instances aren't user-visible, it's probably not worth the 
bother of fixing them. 

However, I think we should make an exception for arch/ppc/kernel/misc.S and
arch/i386/kernel/smp.c, in which which we invent a new plural 'erratas' for
the word 'errata' which was already a plural. That is just such an abuse of
the language that I felt it needed to be fixed even though it isn't
user-visible.

English or C. Pick one. Be incoherent in the other.

Index: arch/ppc/kernel/misc.S
===================================================================
RCS file: /inst/cvs/linux/arch/ppc/kernel/misc.S,v
retrieving revision 1.3.2.25
diff -u -r1.3.2.25 misc.S
--- arch/ppc/kernel/misc.S	2001/07/03 09:34:19	1.3.2.25
+++ arch/ppc/kernel/misc.S	2001/07/12 10:00:24
@@ -813,7 +813,7 @@
 _GLOBAL(_set_HID0)
 	sync
 	mtspr	HID0, r3
-	SYNC		/* Handle erratas in some cases */
+	SYNC		/* Handle errata in some cases */
 	blr
 
 _GLOBAL(_get_ICTC)
Index: arch/i386/kernel/smp.c
===================================================================
RCS file: /inst/cvs/linux/arch/i386/kernel/smp.c,v
retrieving revision 1.6.2.26
diff -u -r1.6.2.26 smp.c
--- arch/i386/kernel/smp.c	2001/02/24 19:12:22	1.6.2.26
+++ arch/i386/kernel/smp.c	2001/07/12 10:00:24
@@ -28,21 +28,21 @@
  *	The Linux implications for SMP are handled as follows:
  *
  *	Pentium III / [Xeon]
- *		None of the E1AP-E3AP erratas are visible to the user.
+ *		None of the E1AP-E3AP errata are visible to the user.
  *
  *	E1AP.	see PII A1AP
  *	E2AP.	see PII A2AP
  *	E3AP.	see PII A3AP
  *
  *	Pentium II / [Xeon]
- *		None of the A1AP-A3AP erratas are visible to the user.
+ *		None of the A1AP-A3AP errata are visible to the user.
  *
  *	A1AP.	see PPro 1AP
  *	A2AP.	see PPro 2AP
  *	A3AP.	see PPro 7AP
  *
  *	Pentium Pro
- *		None of 1AP-9AP erratas are visible to the normal user,
+ *		None of 1AP-9AP errata are visible to the normal user,
  *	except occasional delivery of 'spurious interrupt' as trap #15.
  *	This is very rare and a non-problem.
  *


--
dwmw2



             reply	other threads:[~2001-07-12 10:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-12 10:03 David Woodhouse [this message]
2001-07-12 20:49 ` [PATCH] More pedantry Alex Bligh - linux-kernel
2001-07-12 20:58   ` Mike Harrold
2001-07-12 21:10     ` Vojtech Pavlik
2001-07-12 21:26       ` Mike Harrold
2001-07-13  5:42         ` Vojtech Pavlik
2001-07-12 21:13     ` lost
2001-07-12 21:16     ` Alex Bligh - linux-kernel
2001-07-14  0:17       ` Jamie Lokier

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=11825.994932181@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.