Fix typo.

Reported by:	Garrett Cooper
MFC after:	14 days
Approved by:	thompsa (mentor)
This commit is contained in:
hselasky 2011-03-24 07:59:21 +00:00
parent bedd483b34
commit 7750aaa40d

View File

@ -1189,7 +1189,7 @@ ehci_data_toggle_update(struct usb_xfer *xfer, uint16_t actlen, uint16_t xlen)
/* count number of full packets */
dt = (actlen / xfer->max_packet_size) & 1;
/* cumpute remainder */
/* compute remainder */
rem = actlen % xfer->max_packet_size;
if (rem > 0)