]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/BaseLibInternals.h
Fix minor typos in BaseLib LinkedList comments
[mirror_edk2.git] / MdePkg / Library / BaseLib / BaseLibInternals.h
index a60310ab6f14978d5099d82f5a40b7607839ea9c..fe416a0c38b50d552a7007c9f2c9908afeea70df 100644 (file)
@@ -349,7 +349,7 @@ InternalSwitchStack (
   If List->ForwardLink is NULL, then ASSERT().\r
   If List->backLink is NULL, then ASSERT().\r
   If Node is NULL, then ASSERT();\r
-  If PcdMaximumLinkedListLenth is not zero, and prior to insertion the number\r
+  If PcdMaximumLinkedListLength is not zero, and prior to insertion the number\r
   of nodes in ListHead, including the ListHead node, is greater than or\r
   equal to PcdMaximumLinkedListLength, then ASSERT().\r
 \r