From c0b5e2271e7709add93c7466b6c1216ddbcb0b73 Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 13 Aug 2022 23:17:26 +0200 Subject: [PATCH] Correct typo --- sdk/xtklib/rtl/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.