Commit 04926294 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jiri Kosina

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

Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2d9ff66d
...@@ -24,7 +24,7 @@ ATOMIC CONTEXT: ...@@ -24,7 +24,7 @@ ATOMIC CONTEXT:
ndelay(unsigned long nsecs) ndelay(unsigned long nsecs)
udelay(unsigned long usecs) udelay(unsigned long usecs)
mdelay(unsgined long msecs) mdelay(unsigned long msecs)
udelay is the generally preferred API; ndelay-level udelay is the generally preferred API; ndelay-level
precision may not actually exist on many non-PC devices. precision may not actually exist on many non-PC devices.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment