Update WHATSNEW.md

Misspelling fix.
This commit is contained in:
hfiref0x 2018-12-03 19:48:45 +07:00 committed by GitHub
parent 635beba06e
commit 176b2d53be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ List of system wide driver callbacks and notify routines registered with the fol
<img src="https://raw.githubusercontent.com/hfiref0x/WinObjEx64/master/Screenshots/CallbackObjectView.png" width="600" />
Viewer of register callbacks for Callback object type. Drivers can create callbacks with ExCreateCallback API and register them with ExRegisterCallback.
Viewer of registered callbacks for Callback object type. Drivers can create callbacks with ExCreateCallback API and register them with ExRegisterCallback.
- **Improved OBJECT_TYPE view**