summaryrefslogtreecommitdiff
path: root/input/kbfiltr/sys/kbfiltr.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/kbfiltr/sys/kbfiltr.c')
-rw-r--r--input/kbfiltr/sys/kbfiltr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/kbfiltr/sys/kbfiltr.c b/input/kbfiltr/sys/kbfiltr.c
index e0009172..ddc78326 100644
--- a/input/kbfiltr/sys/kbfiltr.c
+++ b/input/kbfiltr/sys/kbfiltr.c
@@ -80,7 +80,7 @@ Return Value:
DebugPrint(("Built %s %s\n", __DATE__, __TIME__));
//
- // 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,