X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fdelay.h;h=55cbd6294ab68508492d3143fa49c2d6a306611c;hb=95dfec6ae1cb8c03406aac612a5642cbddb676b3;hp=04a20fd051cfa5685ad7a144d027d449a9fce771;hpb=127f2fa31ac624c744f3767363c4919209980956;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);