X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Documentation%2Ftimers%2Ftimers-howto.txt;h=038f8c77a0767d26f64526924178bec3439b98bc;hp=c9ef29d2ede3e304a030e150034087a6e6e54c32;hb=2bb732cdb48d271ff7a910260ffb851fb4bc8a28;hpb=fdfb7fa7c9118a4112738ad86452a67107082723 diff --git a/Documentation/timers/timers-howto.txt b/Documentation/timers/timers-howto.txt index c9ef29d2ede3..038f8c77a076 100644 --- a/Documentation/timers/timers-howto.txt +++ b/Documentation/timers/timers-howto.txt @@ -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.