summaryrefslogtreecommitdiff
path: root/general/WinHEC 2017 Lab
diff options
context:
space:
mode:
authorVidush Vishwanath <[email protected]>2019-08-13 09:52:58 -0700
committerAdonais Romero González <[email protected]>2019-08-13 09:52:58 -0700
commit930fc2a5a3fcc5e89f91ba16a6ec578f353226bc (patch)
tree94d9d3ecd9755294ad4542d5cdbb5a0db47a1a59 /general/WinHEC 2017 Lab
parent02966f106744e35112bf0e70e8a7320f20d89c3f (diff)
Fix Comments for DriverEntry function (#396)753067530575304753037530275301753007529975298752977529675295
Diffstat (limited to 'general/WinHEC 2017 Lab')
-rw-r--r--general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.c2
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,