[PATCH] spelling mistakes
authorRobert Kuebel <kuebelr@email.uc.edu>
Tue, 23 Apr 2002 16:44:08 +0000 (09:44 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 23 Apr 2002 16:44:08 +0000 (09:44 -0700)
Fix a few spelling mistakes in documentation (arch/i386/boot/setup.S,
Documentation/sysrq.txt).

Documentation/sysrq.txt
arch/i386/boot/setup.S

index d0238ee..2ce147d 100644 (file)
@@ -153,7 +153,7 @@ a number of operations registered into it at compile time, but is mutable,
 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
index 100c19b..ca19be0 100644 (file)
@@ -791,7 +791,7 @@ flush_instr:
 #
 #      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)