mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
typo
This commit is contained in:
parent
a35840ef8b
commit
87a12bed3d
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ IsDeviceObjectValidPdo(_In_ PDEVICE_OBJECT DeviceObject)
|
|||
* Windows splits DEVICE_OBJECTS up into 2 categories:
|
||||
*
|
||||
* Physical Device Object (PDO)
|
||||
* Function Device Object (FDO)
|
||||
* Functional Device Object (FDO)
|
||||
*
|
||||
* A PDO represents each device that is connected to a physical bus. Each PDO has an associated
|
||||
* DEVICE_NODE. An FDO represents the functionality of the device. Its how the system interacts with
|
||||
|
|
Loading…
Reference in a new issue