diff options
Diffstat (limited to 'general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.c')
| -rw-r--r-- | general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.c b/general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.c index 6ed215db..7b117240 100644 --- a/general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.c +++ b/general/WinHEC 2017 Lab/Toaster Driver/toaster/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, |
