]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/arm/mach-bcmring/csp/tmr/tmrHw.c
tree-wide: fix comment/printk typos
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-bcmring / csp / tmr / tmrHw.c
index 5c1c9a0e5ed218540606a8f33c30d2112dc8c1c6..16225e43f3c33dde11e0ab8d2761142b214cbf46 100644 (file)
@@ -558,7 +558,7 @@ static int tmrHw_divide(int num, int denom)
                t = t << 1;
        }
 
-       /* Intialize the result */
+       /* Initialize the result */
        r = 0;
 
        do {