1
0
Fork 0

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>
wifi-calibration
Jonathan Neuschäfer 2011-05-16 21:15:34 +02:00 committed by Jiri Kosina
parent 2d9ff66da6
commit 049262940e
1 changed files with 1 additions and 1 deletions

View 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.