X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=include%2Fasm-m68knommu%2Fbitops.h;h=c142fbf2f376b0abc4767f5c6c048130d5fcd8f2;hb=b297d520b9af536d5580ac505dd316be4cf5560c;hp=f43afe1fc3b33940dc1c46178045830f4bf01b44;hpb=8cd226ca3f64f28c8123ebfaa6afe8dc8c18b174;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-m68knommu/bitops.h b/include/asm-m68knommu/bitops.h index f43afe1fc3b..c142fbf2f37 100644 --- a/include/asm-m68knommu/bitops.h +++ b/include/asm-m68knommu/bitops.h @@ -262,7 +262,7 @@ static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned lon * tmp = __swab32(*(p++)); * tmp |= ~0UL >> (32-offset); * - * but this would decrease preformance, so we change the + * but this would decrease performance, so we change the * shift: */ tmp = *(p++);