]> 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 64f7cde18492e8f66085f81e6424a435f5732cee..143870ae9d5746d2e031262c4463873295bf9ca6 100644 (file)
@@ -252,9 +252,7 @@ EfiNamedEventSignal (
   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
@@ -305,7 +303,7 @@ EfiInitializeLock (
   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
@@ -454,7 +452,7 @@ EfiTestManagedDevice (
 \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