diff options
Diffstat (limited to 'general/toaster/umdf2/func')
| -rw-r--r-- | general/toaster/umdf2/func/featured/toaster.c | 2 | ||||
| -rw-r--r-- | general/toaster/umdf2/func/simple/toaster.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/general/toaster/umdf2/func/featured/toaster.c b/general/toaster/umdf2/func/featured/toaster.c index c25eebd4..157c1843 100644 --- a/general/toaster/umdf2/func/featured/toaster.c +++ b/general/toaster/umdf2/func/featured/toaster.c @@ -75,7 +75,7 @@ Return Value: KdPrint(("WDF Toaster Function Driver Sample - Featured version\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, diff --git a/general/toaster/umdf2/func/simple/toaster.c b/general/toaster/umdf2/func/simple/toaster.c index 6ed215db..7b117240 100644 --- a/general/toaster/umdf2/func/simple/toaster.c +++ b/general/toaster/umdf2/func/simple/toaster.c @@ -72,7 +72,7 @@ Return Value: KdPrint(("Toaster Function 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 DriverEntry creates any resources // that require clean-up in driver unload, |
