summaryrefslogtreecommitdiff
path: root/usb/usbsamp
diff options
context:
space:
mode:
Diffstat (limited to 'usb/usbsamp')
-rw-r--r--usb/usbsamp/sys/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usbsamp/sys/driver.c b/usb/usbsamp/sys/driver.c
index 26d61477..68b717e4 100644
--- a/usb/usbsamp/sys/driver.c
+++ b/usb/usbsamp/sys/driver.c
@@ -72,7 +72,7 @@ Return Value:
UsbSamp_DbgPrint(3, ("Built %s %s\n", __DATE__, __TIME__));
//
- // Initiialize driver config to control the attributes that
+ // Initialize driver config to control the attributes that
// are global to the driver. Note that framework by default
// provides a driver unload routine. If you create any resources
// in the DriverEntry and want to be cleaned in driver unload,