Fix common misspellings
[deliverable/linux.git] / arch / powerpc / include / asm / bitops.h
index 2e561876fc899166d0c411cb77ae2f7f899eb096..f18c6d9b9510aad8049fe0fb791bc5c9931a7499 100644 (file)
@@ -209,8 +209,8 @@ static __inline__ unsigned long ffz(unsigned long x)
                return BITS_PER_LONG;
 
        /*
-        * Calculate the bit position of the least signficant '1' bit in x
-        * (since x has been changed this will actually be the least signficant
+        * Calculate the bit position of the least significant '1' bit in x
+        * (since x has been changed this will actually be the least significant
         * '0' bit in * the original x).  Note: (x & -x) gives us a mask that
         * is the least significant * (RIGHT-most) 1-bit of the value in x.
         */
This page took 0.025781 seconds and 5 git commands to generate.