]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c
OptionRomPkg: Fix typos in comments
[mirror_edk2.git] / OptionRomPkg / Bus / Usb / UsbNetworking / Ax88772 / SimpleNetwork.c
index a341f3bfceb98c525eea8910f366c2af2cae8aef..5c301a734e8109fbb3fd47bb2e109fa29feec92e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides the Simple Network functions.\r
 \r
-  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -216,7 +216,7 @@ SN_GetStatus (
 \r
   @retval EFI_SUCCESS           This operation was successful.\r
   @retval EFI_NOT_STARTED       The network interface was not started.\r
-  @retval EFI_OUT_OF_RESORUCES  There was not enough memory for the transmit and receive buffers\r
+  @retval EFI_OUT_OF_RESOURCES  There was not enough memory for the transmit and receive buffers\r
   @retval EFI_INVALID_PARAMETER pSimpleNetwork parameter was NULL or did not point to a valid\r
                                 EFI_SIMPLE_NETWORK_PROTOCOL structure.\r
   @retval EFI_DEVICE_ERROR      The command could not be sent to the network interface.\r