diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-17 19:07:33 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 19:07:33 +0100 |
commit | d08df601a30df9e36c29f3214315f4f0c8784c68 (patch) | |
tree | cc40826467113f1bfd2e666bb51670e31f436355 /arch/m68knommu | |
parent | 6340aa61b1f1d9c2aadb20594778a5f849bcbb69 (diff) | |
download | op-kernel-dev-d08df601a30df9e36c29f3214315f4f0c8784c68.zip op-kernel-dev-d08df601a30df9e36c29f3214315f4f0c8784c68.tar.gz |
Various typo fixes.
Correct mis-spellings of "algorithm", "appear", "consistent" and
(shame, shame) "kernel".
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/5307/timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5307/timers.c b/arch/m68knommu/platform/5307/timers.c index 87b112b..92e5807 100644 --- a/arch/m68knommu/platform/5307/timers.c +++ b/arch/m68knommu/platform/5307/timers.c @@ -104,7 +104,7 @@ unsigned long coldfire_timer_offset(void) /* * Choose a reasonably fast profile timer. Make it an odd value to - * try and get good coverage of kernal operations. + * try and get good coverage of kernel operations. */ #define PROFILEHZ 1013 |