]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
Fix typo in comment.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / UefiLib.c
index af88f6353dc116ae6d1f9fb5258f633287b51677..143870ae9d5746d2e031262c4463873295bf9ca6 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Mde UEFI library functions.\r
+  Implementation of UefiLib \r
 \r
   Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
 \r
   Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
@@ -10,8 +10,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  UefiLib.c\r
-\r
 **/\r
 \r
 #include "FrameworkUefiLib.h"\r
 **/\r
 \r
 #include "FrameworkUefiLib.h"\r
@@ -254,9 +252,7 @@ EfiNamedEventSignal (
   can then immediately be restored back to the current TPL level with a call\r
   to RestoreTPL().\r
 \r
   can then immediately be restored back to the current TPL level with a call\r
   to RestoreTPL().\r
 \r
-  @param  VOID\r
-\r
-  @retvale EFI_TPL              The current TPL.\r
+  @return The current TPL.\r
 \r
 **/\r
 EFI_TPL\r
 \r
 **/\r
 EFI_TPL\r
@@ -307,7 +303,7 @@ EfiInitializeLock (
   priority level of the mutual exclusion lock.  Then, it places the lock in the\r
   acquired state.\r
 \r
   priority level of the mutual exclusion lock.  Then, it places the lock in the\r
   acquired state.\r
 \r
-  @param  Priority  The task priority level of the lock.\r
+  @param  Lock  Point to EFI_LOCK instance\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
@@ -456,7 +452,7 @@ EfiTestManagedDevice (
 \r
   @param  ControllerHandle     A handle for a (parent) controller to test.\r
   @param  ChildHandle          A child handle to test.\r
 \r
   @param  ControllerHandle     A handle for a (parent) controller to test.\r
   @param  ChildHandle          A child handle to test.\r
-  @param  ConsumsedGuid        Supplies the protocol that the child controller\r
+  @param  ProtocolGuid         Supplies the protocol that the child controller\r
                                opens on its parent controller.\r
 \r
   @retval EFI_SUCCESS          ChildHandle is a child of the ControllerHandle.\r
                                opens on its parent controller.\r
 \r
   @retval EFI_SUCCESS          ChildHandle is a child of the ControllerHandle.\r