summaryrefslogtreecommitdiff
path: root/general/toaster/umdf2/func/simple/toaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'general/toaster/umdf2/func/simple/toaster.c')
-rw-r--r--general/toaster/umdf2/func/simple/toaster.c2
1 files changed, 1 insertions, 1 deletions
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,