Commit 049262940eb585ff2a671d2db6fa38dfd96687f1

Authored by Jonathan Neuschäfer
Committed by Jiri Kosina
1 parent 2d9ff66da6

doc: timers-howto: fix a typo ("unsgined")

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/timers/timers-howto.txt
... ... @@ -24,7 +24,7 @@
24 24  
25 25 ndelay(unsigned long nsecs)
26 26 udelay(unsigned long usecs)
27   - mdelay(unsgined long msecs)
  27 + mdelay(unsigned long msecs)
28 28  
29 29 udelay is the generally preferred API; ndelay-level
30 30 precision may not actually exist on many non-PC devices.