diff options
| author | Michael Opdenacker <[email protected]> | 2007-05-09 06:57:56 +0000 |
|---|---|---|
| committer | Adrian Bunk <[email protected]> | 2007-05-09 06:57:56 +0000 |
| commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
| tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /drivers/usb/net/usbnet.h | |
| parent | Fix minor typoes in kernel/module.c (diff) | |
| download | kernel-59c51591a0ac7568824f541f57de967e88adaa07.tar.gz kernel-59c51591a0ac7568824f541f57de967e88adaa07.zip | |
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Diffstat (limited to 'drivers/usb/net/usbnet.h')
| -rw-r--r-- | drivers/usb/net/usbnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/net/usbnet.h b/drivers/usb/net/usbnet.h index cbb53e065d6c..82db5a8e528e 100644 --- a/drivers/usb/net/usbnet.h +++ b/drivers/usb/net/usbnet.h @@ -129,7 +129,7 @@ extern void usbnet_disconnect(struct usb_interface *); /* Drivers that reuse some of the standard USB CDC infrastructure - * (notably, using multiple interfaces according to the the CDC + * (notably, using multiple interfaces according to the CDC * union descriptor) get some helper code. */ struct cdc_state { |
