Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Neuschäfer and committed by
Jiri Kosina
04926294 2d9ff66d

+1 -1
+1 -1
Documentation/timers/timers-howto.txt
··· 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.