Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / arch / arm / mach-bcmring / csp / tmr / tmrHw.c
index 5c1c9a0..16225e4 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 {