summaryrefslogtreecommitdiff
path: root/include/asm-m68knommu/delay.h
diff options
context:
space:
mode:
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);