]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/DpcDxe/Dpc.c
NetworkPkg/DpcDxe: Fix few typos
[mirror_edk2.git] / NetworkPkg / DpcDxe / Dpc.c
index 8a490949dc8ca408420fb3ef6d053dd5eaf00f8a..7c85dd8757c329d6b9e1fbda4039206f3ee48a12 100644 (file)
@@ -28,7 +28,7 @@ EFI_DPC_PROTOCOL mDpc = {
 };\r
 \r
 //\r
-// Global variables used to meaasure the DPC Queue Depths\r
+// Global variables used to measure the DPC Queue Depths\r
 //\r
 UINTN  mDpcQueueDepth = 0;\r
 UINTN  mMaxDpcQueueDepth = 0;\r
@@ -42,7 +42,7 @@ UINTN  mMaxDpcQueueDepth = 0;
 LIST_ENTRY      mDpcEntryFreeList = INITIALIZE_LIST_HEAD_VARIABLE(mDpcEntryFreeList);\r
 \r
 //\r
-// An array of DPC queues.  A DPC queue is allocated for every leval EFI_TPL value.\r
+// An array of DPC queues.  A DPC queue is allocated for every level EFI_TPL value.\r
 // As DPCs are queued, they are added to the end of the linked list.\r
 // As DPCs are dispatched, they are removed from the beginning of the linked list.\r
 //\r
@@ -299,7 +299,7 @@ DpcDispatchDpc (
   @param  ImageHandle            The image handle of the driver.\r
   @param  SystemTable            The system table.\r
 \r
-  @retval EFI_SUCCES             The DPC queues were initialized and the EFI_DPC_PROTOCOL was\r
+  @retval EFI_SUCCESS            The DPC queues were initialized and the EFI_DPC_PROTOCOL was\r
                                  installed onto a new handle.\r
   @retval Others                 Failed to install EFI_DPC_PROTOCOL.\r
 \r