diff --git a/sdk/xtklib/rtl/plist.c b/sdk/xtklib/rtl/plist.c index 82892ff..9250ad3 100644 --- a/sdk/xtklib/rtl/plist.c +++ b/sdk/xtklib/rtl/plist.c @@ -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.