]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/DpcLib.h
Committing changes to the comments, to improve code documentation.
[mirror_edk2.git] / MdeModulePkg / Include / Library / DpcLib.h
index 68e8530d0d7c8ae4987e4e57753ed6eeefbb61f4..09c22e4b25b6b589b2b7fb69bae873df90437e64 100644 (file)
@@ -20,7 +20,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /**\r
   Add a Deferred Procedure Call to the end of the DPC queue.\r
 \r
-  @param[in]  DpcTpl        The EFI_TPL that the DPC should be invoked.\r
+  @param[in]  DpcTpl        The EFI_TPL that the DPC should invoke.\r
   @param[in]  DpcProcedure  Pointer to the DPC's function.\r
   @param[in]  DpcContext    Pointer to the DPC's context.  Passed to DpcProcedure\r
                             when DpcProcedure is invoked.\r
@@ -41,7 +41,7 @@ QueueDpc (
   );\r
 \r
 /**\r
-  Dispatch the queue of DPCs.  ALL DPCs that have been queued with a DpcTpl\r
+  Dispatch the queue of DPCs. All DPCs that have been queued with a DpcTpl\r
   value greater than or equal to the current TPL are invoked in the order that\r
   they were queued.  DPCs with higher DpcTpl values are invoked before DPCs with\r
   lower DpcTpl values.\r