]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-bcmring/csp/chipc/chipcHw.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / arch / arm / mach-bcmring / csp / chipc / chipcHw.c
index b3a61d860c658b69f474ff975b751f058098ec13..96273ff349562b58ef62c1840d1fa4ac945d21d8 100644 (file)
@@ -757,7 +757,7 @@ static int chipcHw_divide(int num, int denom)
                t = t << 1;
        }
 
-       /* Intialize the result */
+       /* Initialize the result */
        r = 0;
 
        do {