NetworkPkg/DpcDxe: Fix few typos

Fix few typos in comments and documentation.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-36-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:48 +01:00
committed by mergify[bot]
parent 81a46615f5
commit d80c3d6e19
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ Abstract:
#include <Protocol/Dpc.h>
//
// Internal data struture for managing DPCs. A DPC entry is either on the free
// Internal data structure for managing DPCs. A DPC entry is either on the free
// list or on a DPC queue at a specific EFI_TPL.
//
typedef struct {