diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-01-31 11:49:47 +0100 |
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2011-01-31 18:14:09 +0300 |
| commit | c50a7dc7063d4846b10c7d2b4b4020b239b84b7d (patch) | |
| tree | 30aa1dcdc68fdf51ea6978fa4d28e765f0aeb10c /firmware/src/pcd/main_pwm.c | |
| parent | ca1d468c1834448708e2f20d11a653297acb6d69 (diff) | |
typo: Fix typo, transform reqyests to requests.
Diffstat (limited to 'firmware/src/pcd/main_pwm.c')
| -rw-r--r-- | firmware/src/pcd/main_pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/pcd/main_pwm.c b/firmware/src/pcd/main_pwm.c index 7db6b72..50fd363 100644 --- a/firmware/src/pcd/main_pwm.c +++ b/firmware/src/pcd/main_pwm.c @@ -262,7 +262,7 @@ void _main_func(void) /* first we try to get rid of pending to-be-sent stuff */ usb_out_process(); - /* next we deal with incoming reqyests from USB EP1 (OUT) */ + /* next we deal with incoming requests from USB EP1 (OUT) */ usb_in_process(); /* try unthrottling sources since we now are [more] likely to |
