From: Giri P Mudusuru Date: Fri, 8 Jul 2016 06:21:01 +0000 (+0800) Subject: OptionRomPkg: Fix typos in comments X-Git-Tag: edk2-stable201903~6368 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=97b67051c901bf050460453111b7184d53ff45b7 OptionRomPkg: Fix typos in comments - EFI_OUT_OF_RESORUCES to EFI_OUT_OF_RESOURCES Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Ruiyu Ni --- diff --git a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c index a341f3bfce..5c301a734e 100644 --- a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c +++ b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/SimpleNetwork.c @@ -1,7 +1,7 @@ /** @file Provides the Simple Network functions. - Copyright (c) 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -216,7 +216,7 @@ SN_GetStatus ( @retval EFI_SUCCESS This operation was successful. @retval EFI_NOT_STARTED The network interface was not started. - @retval EFI_OUT_OF_RESORUCES There was not enough memory for the transmit and receive buffers + @retval EFI_OUT_OF_RESOURCES There was not enough memory for the transmit and receive buffers @retval EFI_INVALID_PARAMETER pSimpleNetwork parameter was NULL or did not point to a valid EFI_SIMPLE_NETWORK_PROTOCOL structure. @retval EFI_DEVICE_ERROR The command could not be sent to the network interface. diff --git a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c index c061a6be9b..cee028c94c 100644 --- a/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c +++ b/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/SimpleNetwork.c @@ -1,7 +1,7 @@ /** @file Provides the Simple Network functions. - Copyright (c) 2011 - 2013, Intel Corporation + Copyright (c) 2011 - 2016, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -233,7 +233,7 @@ SN_GetStatus ( @retval EFI_SUCCESS This operation was successful. @retval EFI_NOT_STARTED The network interface was not started. - @retval EFI_OUT_OF_RESORUCES There was not enough memory for the transmit and receive buffers + @retval EFI_OUT_OF_RESOURCES There was not enough memory for the transmit and receive buffers @retval EFI_INVALID_PARAMETER pSimpleNetwork parameter was NULL or did not point to a valid EFI_SIMPLE_NETWORK_PROTOCOL structure. @retval EFI_DEVICE_ERROR The command could not be sent to the network interface.