From: Jonathan Neuschäfer Date: Mon, 16 May 2011 19:15:34 +0000 (+0200) Subject: doc: timers-howto: fix a typo ("unsgined") X-Git-Tag: firefly_0821_release~7613^2~1334^2~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=049262940eb585ff2a671d2db6fa38dfd96687f1;p=firefly-linux-kernel-4.4.55.git doc: timers-howto: fix a typo ("unsgined") Signed-off-by: Jonathan Neuschäfer Signed-off-by: Jiri Kosina --- 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.