Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
[pandora-kernel.git] / Documentation / timers / timers-howto.txt
index c9ef29d..038f8c7 100644 (file)
@@ -24,7 +24,7 @@ ATOMIC CONTEXT:
 
        ndelay(unsigned long nsecs)
        udelay(unsigned long usecs)
-       mdelay(unsgined long msecs)
+       mdelay(unsigned long msecs)
 
        udelay is the generally preferred API; ndelay-level
        precision may not actually exist on many non-PC devices.