Correct typo

This commit is contained in:
2022-08-13 23:17:26 +02:00
parent f67bc808cc
commit c0b5e2271e

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.