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:15:42 +0300 |
commit | 8ac31009df4e1872f782f2e11589dce5f31923dc (patch) | |
tree | 73925804051ccbad4d3eb5262a031903a41af1e3 /firmware/src/pcd/main_hid.c | |
parent | 1e04258b8d88b180a1e9d0507373bd1bcdba4935 (diff) |
typo: Fix typo, transform reqyests to requests.
Diffstat (limited to 'firmware/src/pcd/main_hid.c')
-rw-r--r-- | firmware/src/pcd/main_hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/pcd/main_hid.c b/firmware/src/pcd/main_hid.c index 9735c3d..c9d8fd1 100644 --- a/firmware/src/pcd/main_hid.c +++ b/firmware/src/pcd/main_hid.c @@ -50,7 +50,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 |