diff options
| author | Vidush Vishwanath <[email protected]> | 2019-08-13 09:52:58 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-08-13 09:52:58 -0700 |
| commit | 930fc2a5a3fcc5e89f91ba16a6ec578f353226bc (patch) | |
| tree | 94d9d3ecd9755294ad4542d5cdbb5a0db47a1a59 /pofx/UMDF2 | |
| parent | 02966f106744e35112bf0e70e8a7320f20d89c3f (diff) | |
Fix Comments for DriverEntry function (#396)753067530575304753037530275301753007529975298752977529675295
Diffstat (limited to 'pofx/UMDF2')
| -rw-r--r-- | pofx/UMDF2/Driver/SingleComp/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pofx/UMDF2/Driver/SingleComp/driver.c b/pofx/UMDF2/Driver/SingleComp/driver.c index 597c742d..569a1e6a 100644 --- a/pofx/UMDF2/Driver/SingleComp/driver.c +++ b/pofx/UMDF2/Driver/SingleComp/driver.c @@ -70,7 +70,7 @@ Return Value: Trace(TRACE_LEVEL_INFORMATION, "%!FUNC! Entry of driver"); // - // Initiialize driver config to control the attributes that are global to + // 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, you can manually override the default by supplying a |
