]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c
NetworkPkg/UefiPxeBcDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcDhcp4.c
index bb5e53b5bf4339dee289105300f3455a48af9fbc..fb63cf61a97d55dcde99cb803b47917c312bb569 100644 (file)
@@ -78,7 +78,7 @@ PxeBcParseDhcp4Options (
 \r
 \r
 /**\r
-  Parse the PXE vender options and extract the information from them.\r
+  Parse the PXE vendor options and extract the information from them.\r
 \r
   @param[in]  Dhcp4Option        Pointer to vendor options in buffer.\r
   @param[in]  VendorOption       Pointer to structure to store information in vendor options.\r
@@ -312,7 +312,7 @@ PxeBcBuildDhcp4Options (
 \r
   if (EFI_ERROR (NetLibGetSystemGuid ((EFI_GUID *) OptEnt.Uuid->Guid))) {\r
     //\r
-    // Zero the Guid to indicate NOT programable if failed to get system Guid.\r
+    // Zero the Guid to indicate NOT programmable if failed to get system Guid.\r
     //\r
     DEBUG ((EFI_D_WARN, "PXE: Failed to read system GUID from the smbios table!\n"));\r
     ZeroMem (OptEnt.Uuid->Guid, sizeof (EFI_GUID));\r
@@ -1125,7 +1125,7 @@ PxeBcHandleDhcp4Offer (
       }\r
     } else {\r
       //\r
-      //  Othewise, the bootfile name must be included in DhcpOnly offer.\r
+      //  Otherwise, the bootfile name must be included in DhcpOnly offer.\r
       //\r
       if (Options[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] == NULL) {\r
         Status = EFI_NOT_FOUND;\r
@@ -1275,7 +1275,7 @@ PxeBcDhcp4CallBack (
       //\r
       if (EFI_ERROR (NetLibGetSystemGuid ((EFI_GUID *) Packet->Dhcp4.Header.ClientHwAddr))) {\r
         //\r
-        // Zero the Guid to indicate NOT programable if failed to get system Guid.\r
+        // Zero the Guid to indicate NOT programmable if failed to get system Guid.\r
         //\r
         DEBUG ((EFI_D_WARN, "PXE: Failed to read system GUID from the smbios table!\n"));\r
         ZeroMem (Packet->Dhcp4.Header.ClientHwAddr, sizeof (EFI_GUID));\r
@@ -1464,7 +1464,7 @@ PxeBcDhcp4Discover (
   if (Mode->SendGUID) {\r
     if (EFI_ERROR (NetLibGetSystemGuid ((EFI_GUID *) Token.Packet->Dhcp4.Header.ClientHwAddr))) {\r
       //\r
-      // Zero the Guid to indicate NOT programable if failed to get system Guid.\r
+      // Zero the Guid to indicate NOT programmable if failed to get system Guid.\r
       //\r
       DEBUG ((EFI_D_WARN, "PXE: Failed to read system GUID from the smbios table!\n"));\r
       ZeroMem (Token.Packet->Dhcp4.Header.ClientHwAddr, sizeof (EFI_GUID));\r