From 6b7f95289e8200db4dcd9e124a9e4b51ca58cc2f Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 17 Mar 2010 01:43:15 +0000 Subject: [PATCH] M66591 Driver: Correct some comments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25227 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/m66591.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/drivers/m66591.c b/firmware/drivers/m66591.c index f71be3e766..a0ef3c3c00 100644 --- a/firmware/drivers/m66591.c +++ b/firmware/drivers/m66591.c @@ -42,7 +42,7 @@ ******************************************************************************/ /* This define is primarily intended for testing, using HISPEED all the time - * should be acceptable since the defice should down-train if the host does not + * should be acceptable since the device should down-train if the host does not * support HISPEED. */ #define HISPEED @@ -639,7 +639,7 @@ void usb_drv_set_test_mode(int mode) { M66591_TESTMODE |= mode; } -/* Request an unused endpoint, support for interrupt endpoints needs addition */ +/* Request an unused endpoint */ int usb_drv_request_endpoint(int type, int dir) { int ep; int pipecfg = 0;