public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spelling mistakes
@ 2002-04-23 19:50 kuebelr
  2002-04-29  3:28 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: kuebelr @ 2002-04-23 19:50 UTC (permalink / raw)
  To: torvalds, marcelo; +Cc: linux-kernel

Fixes a few spelling mistakes in documentation (arch/i386/boot/setup.S,
Documentation/sysrq.txt).  Pretty boring.  This is against 2.4.19-pre7,
but also applies to 2.5.9.

Thanks.
Rob.

diff -Naur linux-2.4/Documentation/sysrq.txt linux-2.4-work/Documentation/sysrq.txt
--- linux-2.4/Documentation/sysrq.txt	Tue Sep 18 01:52:35 2001
+++ linux-2.4-work/Documentation/sysrq.txt	Tue Apr 23 10:55:44 2002
@@ -153,7 +153,7 @@
 and 4 functions are exported for interface to it: __sysrq_lock_table,
 __sysrq_unlock_table, __sysrq_get_key_op, and __sysrq_put_key_op. The
 functions __sysrq_swap_key_ops and __sysrq_swap_key_ops_nolock are defined
-in the header itself, and the REGISTER and UNREGISTER macros are built fromi
+in the header itself, and the REGISTER and UNREGISTER macros are built from
 these. More complex (and dangerous!) manipulations of the table are possible
 using these functions, but you must be careful to always lock the table before
 you read or write from it, and to unlock it again when you are done. (And of
diff -Naur linux-2.4/arch/i386/boot/setup.S linux-2.4-work/arch/i386/boot/setup.S
--- linux-2.4/arch/i386/boot/setup.S	Mon Feb 25 14:37:52 2002
+++ linux-2.4-work/arch/i386/boot/setup.S	Tue Apr 23 10:54:02 2002
@@ -805,7 +805,7 @@
 #
 #	but we yet haven't reloaded the CS register, so the default size 
 #	of the target offset still is 16 bit.
-#       However, using an operant prefix (0x66), the CPU will properly
+#       However, using an operand prefix (0x66), the CPU will properly
 #	take our 48 bit far pointer. (INTeL 80386 Programmer's Reference
 #	Manual, Mixing 16-bit and 32-bit code, page 16-6)
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-29  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-23 19:50 [PATCH] spelling mistakes kuebelr
2002-04-29  3:28 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox