aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/delay.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-02-03 17:38:04 +0200
committerAdrian Bunk <bunk@kernel.org>2008-02-03 17:38:04 +0200
commitab690d9fedf5103bc3057bcd20555159f613b5f2 (patch)
tree6eb327f4dbfd88c384972ff0c4f9a1877b25cbe0 /include/asm-m68knommu/delay.h
parentinclude/asm-frv/: Spelling fixes (diff)
downloadlinux-dev-ab690d9fedf5103bc3057bcd20555159f613b5f2.tar.xz
linux-dev-ab690d9fedf5103bc3057bcd20555159f613b5f2.zip
include/asm-m68knommu/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'include/asm-m68knommu/delay.h')
-rw-r--r--include/asm-m68knommu/delay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68knommu/delay.h b/include/asm-m68knommu/delay.h
index 04a20fd051cf..55cbd6294ab6 100644
--- a/include/asm-m68knommu/delay.h
+++ b/include/asm-m68knommu/delay.h
@@ -68,7 +68,7 @@ static inline void _udelay(unsigned long usecs)
/*
* Moved the udelay() function into library code, no longer inlined.
* I had to change the algorithm because we are overflowing now on
- * the faster ColdFire parts. The code is a little biger, so it makes
+ * the faster ColdFire parts. The code is a little bigger, so it makes
* sense to library it.
*/
extern void udelay(unsigned long usecs);