X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fbitops.h;fp=include%2Fasm-m68knommu%2Fbitops.h;h=c142fbf2f376b0abc4767f5c6c048130d5fcd8f2;hp=f43afe1fc3b33940dc1c46178045830f4bf01b44;hb=ab690d9fedf5103bc3057bcd20555159f613b5f2;hpb=62018b5b588fbefbeb4542cdb6238495b2d2ea38 diff --git a/include/asm-m68knommu/bitops.h b/include/asm-m68knommu/bitops.h index f43afe1fc3b3..c142fbf2f376 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++);