diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 17:38:04 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:38:04 +0200 |
commit | ab690d9fedf5103bc3057bcd20555159f613b5f2 (patch) | |
tree | 6eb327f4dbfd88c384972ff0c4f9a1877b25cbe0 /include/asm-m68knommu/delay.h | |
parent | 62018b5b588fbefbeb4542cdb6238495b2d2ea38 (diff) |
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.h | 2 |
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); |