summaryrefslogtreecommitdiff
path: root/usb/kmdf_enumswitches/sys/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb/kmdf_enumswitches/sys/driver.c')
-rw-r--r--usb/kmdf_enumswitches/sys/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/kmdf_enumswitches/sys/driver.c b/usb/kmdf_enumswitches/sys/driver.c
index 275803e6..e9e99054 100644
--- a/usb/kmdf_enumswitches/sys/driver.c
+++ b/usb/kmdf_enumswitches/sys/driver.c
@@ -107,7 +107,7 @@ Return Value:
"OSRUSBFX2 Driver Sample - Driver Framework Edition.\n");
//
- // 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,