summaryrefslogtreecommitdiff
path: root/pofx/UMDF2/Driver
diff options
context:
space:
mode:
Diffstat (limited to 'pofx/UMDF2/Driver')
-rw-r--r--pofx/UMDF2/Driver/SingleComp/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pofx/UMDF2/Driver/SingleComp/driver.c b/pofx/UMDF2/Driver/SingleComp/driver.c
index 597c742d..569a1e6a 100644
--- a/pofx/UMDF2/Driver/SingleComp/driver.c
+++ b/pofx/UMDF2/Driver/SingleComp/driver.c
@@ -70,7 +70,7 @@ Return Value:
Trace(TRACE_LEVEL_INFORMATION, "%!FUNC! Entry of driver");
//
- // Initiialize driver config to control the attributes that are global to
+ // Initialize driver config to control the attributes that are global to
// the driver. Note that framework by default provides a driver unload
// routine. If DriverEntry creates any resources that require clean-up in
// driver unload, you can manually override the default by supplying a