ChangeSet 1.1587.3.28, 2004/05/03 14:16:51-07:00, c.lucas@ifrance.com [PATCH] USB: esthetic and trivial patch. include/linux/usb.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/include/linux/usb.h b/include/linux/usb.h --- a/include/linux/usb.h Fri May 14 15:30:29 2004 +++ b/include/linux/usb.h Fri May 14 15:30:29 2004 @@ -712,7 +712,7 @@ * URB_NO_SETUP_DMA_MAP indicate which buffers have already been mapped. * URB_NO_SETUP_DMA_MAP is ignored for non-control URBs. * - * Interrupt UBS must provide an interval, saying how often (in milliseconds + * Interrupt URBs must provide an interval, saying how often (in milliseconds * or, for highspeed devices, 125 microsecond units) * to poll for transfers. After the URB has been submitted, the interval * field reflects how the transfer was actually scheduled.