]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OptionRomPkg: Fix typos in comments
authorGiri P Mudusuru <giri.p.mudusuru@intel.com>
Fri, 8 Jul 2016 06:21:01 +0000 (14:21 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 11 Jul 2016 02:29:47 +0000 (10:29 +0800)
- EFI_OUT_OF_RESORUCES to EFI_OUT_OF_RESOURCES

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c
OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/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
index c061a6be9bb45fe65db5906580f188ed605fb1b2..cee028c94ce4590f32411fd0286595e151dd076b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides the Simple Network functions.\r
 \r
-  Copyright (c) 2011 - 2013, Intel Corporation\r
+  Copyright (c) 2011 - 2016, Intel Corporation\r
   All rights reserved. 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
@@ -233,7 +233,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