Correct typo
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-08-13 23:17:26 +02:00
parent f67bc808cc
commit c0b5e2271e
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -46,7 +46,7 @@ RtlInitializeListHead32(IN PLIST_ENTRY32 ListHead)
}
/**
* Indicates whether a doubly linked list structure is empty.
* Indicates whether a double linked list structure is empty.
*
* @param ListHead
* Pointer to a structure that represents the head of the list.