]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/LinkedList.c
Match the comments with the implementation for Baselib::GetFirstNode.
[mirror_edk2.git] / MdePkg / Library / BaseLib / LinkedList.c
index f26ef49b3229220099f578674d5f88f22ea35e36..ba373f4b7be31c946ed4f14fc14d593fe9f0306d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Linked List Library Functions.\r
 \r
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -241,7 +241,7 @@ InsertTailList (
   @param  List  A pointer to the head node of a doubly-linked list.\r
 \r
   @return The first node of a doubly-linked list.\r
-  @retval NULL  The list is empty.\r
+  @retval List  The list is empty.\r
 \r
 **/\r
 LIST_ENTRY *\r