]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeUtil.c
EmbeddedPkg: Fix various typos
[mirror_edk2.git] / EmbeddedPkg / Drivers / Lan9118Dxe / Lan9118DxeUtil.c
index 94a96992ba00e607f36510a9cbc4a770e68acbb1..be4d6bb9c1cf6afb4dccdcf6f9b7c631d3ec886f 100644 (file)
@@ -427,7 +427,7 @@ Lan9118Initialize (
   if ((Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_MAC_ADDRESS_LOADED) == 0) {\r
     DEBUG ((EFI_D_ERROR, "Warning: There was an error detecting EEPROM or loading the MAC Address.\n"));\r
 \r
-    // If we had an address before (set by StationAddess), continue to use it\r
+    // If we had an address before (set by StationAddress), continue to use it\r
     if (CompareMem (&Snp->Mode->CurrentAddress, &mZeroMac, NET_ETHER_ADDR_LEN)) {\r
       Lan9118SetMacAddress (&Snp->Mode->CurrentAddress, Snp);\r
     } else {\r