diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-05-16 21:15:34 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-17 10:52:02 +0200 |
commit | 049262940eb585ff2a671d2db6fa38dfd96687f1 (patch) | |
tree | 5e25a233ec148e78e5e42272116a018bb0fcacfd /Documentation/timers | |
parent | 2d9ff66da61d1365406586a6b1ed53cf61e6143f (diff) |
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>
Diffstat (limited to 'Documentation/timers')
-rw-r--r-- | Documentation/timers/timers-howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |