From 5b77de5b2256ab54e6db3b08b91e4c5812f5988c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Mon, 16 May 2011 21:15:34 +0200 Subject: [PATCH] --- yaml --- r: 248580 b: refs/heads/master c: 049262940eb585ff2a671d2db6fa38dfd96687f1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/timers/timers-howto.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c8df10a6d79f..f3139256dc23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d9ff66da61d1365406586a6b1ed53cf61e6143f +refs/heads/master: 049262940eb585ff2a671d2db6fa38dfd96687f1 diff --git a/trunk/Documentation/timers/timers-howto.txt b/trunk/Documentation/timers/timers-howto.txt index c9ef29d2ede3..038f8c77a076 100644 --- a/trunk/Documentation/timers/timers-howto.txt +++ b/trunk/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.