Fix simple typos
authorAndrzej Zaborowski <balrogg@gmail.com>
Fri, 24 Mar 2006 17:13:37 +0000 (18:13 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 24 Mar 2006 17:13:37 +0000 (18:13 +0100)
This corrects some trivial errors in ARM docs and comments,

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Documentation/arm/Booting
Documentation/arm/README
Documentation/arm/Setup
include/linux/timer.h

index fad566bb02fc8fdc509aa0b27c122fafe55d655e..76850295af8f93b0627f8a220f90ee8c6a677e92 100644 (file)
@@ -118,7 +118,7 @@ to store page tables.  The recommended placement is 32KiB into RAM.
 
 In either case, the following conditions must be met:
 
-- Quiesce all DMA capable devicess so that memory does not get
+- Quiesce all DMA capable devices so that memory does not get
   corrupted by bogus network packets or disk data. This will save
   you many hours of debug.
 
index 5ed6f3530b869fea639028a576fb33d364873a66..9b9c8226fdc428665fb2e792ce142b77abf2d80d 100644 (file)
@@ -89,7 +89,7 @@ Modules
   Although modularisation is supported (and required for the FP emulator),
   each module on an ARM2/ARM250/ARM3 machine when is loaded will take
   memory up to the next 32k boundary due to the size of the pages.
-  Therefore, modularisation on these machines really worth it?
+  Therefore, is modularisation on these machines really worth it?
 
   However, ARM6 and up machines allow modules to take multiples of 4k, and
   as such Acorn RiscPCs and other architectures using these processors can
index 0abd0720d7ed0d59d5b8b88b7589e2266646811d..0cb1e64bde80129a3d5e36935b082e516afc8a6c 100644 (file)
@@ -58,7 +58,7 @@ below:
  video_y
 
    This describes the character position of cursor on VGA console, and
-   is otherwise unused. (should not used for other console types, and
+   is otherwise unused. (should not be used for other console types, and
    should not be used for other purposes).
 
  memc_control_reg
index 9b9877fd25059e1ad919d9ba87924d6374b26716..ee5a09e806e832f9cafd98823efec31cc87de52d 100644 (file)
@@ -69,13 +69,13 @@ extern unsigned long next_timer_interrupt(void);
  * @timer: the timer to be added
  *
  * The kernel will do a ->function(->data) callback from the
- * timer interrupt at the ->expired point in the future. The
+ * timer interrupt at the ->expires point in the future. The
  * current time is 'jiffies'.
  *
- * The timer's ->expired, ->function (and if the handler uses it, ->data)
+ * The timer's ->expires, ->function (and if the handler uses it, ->data)
  * fields must be set prior calling this function.
  *
- * Timers with an ->expired field in the past will be executed in the next
+ * Timers with an ->expires field in the past will be executed in the next
  * timer tick.
  */
 static inline void add_timer(struct timer_list *timer)
This page took 0.031036 seconds and 5 git commands to generate.