diff options
| author | Barry Golden <[email protected]> | 2019-08-17 16:19:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-17 16:19:12 -0700 |
| commit | eb7b1d4f8c5a50226582ec69e2813403da63188e (patch) | |
| tree | 9daabe26730790354854c5fc23abffbdff1712ab /input | |
| parent | 1aa39e393c0657d7dfd5110727f3b92d20fc3187 (diff) | |
| parent | ad93369c3bf2efc9580b728ca01316e51cc57820 (diff) | |
Merge pull request #1 from microsoft/master
Update fork
Diffstat (limited to 'input')
| -rw-r--r-- | input/kbfiltr/sys/kbfiltr.c | 2 | ||||
| -rw-r--r-- | input/moufiltr/moufiltr.c | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/input/moufiltr/moufiltr.c b/input/moufiltr/moufiltr.c index 3e97a7a1..84716db2 100644 --- a/input/moufiltr/moufiltr.c +++ b/input/moufiltr/moufiltr.c @@ -47,7 +47,7 @@ Routine Description: DebugPrint(("Mouse Filter Driver Sample - Driver Framework Edition.\n")); 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, |
