Skip to content

Commit 3b21ee2

Browse files
committed
Add comment author
1 parent 3e22d5b commit 3b21ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phlib/hndlinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ NTSTATUS PhpGetBestObjectName(
10181018
{
10191019
if (PhStartsWithString2(ObjectName, L"\\Device\\", TRUE))
10201020
{
1021-
// The device might be a PDO... Query the PnP manager for the friendy name of the device.
1021+
// The device might be a PDO... Query the PnP manager for the friendy name of the device. (dmex)
10221022
bestObjectName = PhGetPnPDeviceName(ObjectName);
10231023
}
10241024

0 commit comments

Comments
 (0)