X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fdelay.h;h=55cbd6294ab68508492d3143fa49c2d6a306611c;hb=0acbbee440fadf45164cc9537ee7d528d045f2d6;hp=04a20fd051cfa5685ad7a144d027d449a9fce771;hpb=c514b8be7aea4b5d8e16fba3a79b14aec3793f65;p=linux-2.6 diff --git a/include/asm-m68knommu/delay.h b/include/asm-m68knommu/delay.h index 04a20fd051..55cbd6294a 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);