OptionRomPkg: Fix typos in comments

- 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>
This commit is contained in:
Giri P Mudusuru 2016-07-08 14:21:01 +08:00 committed by Liming Gao
parent 7622e5947f
commit 97b67051c9
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/** @file /** @file
Provides the Simple Network functions. Provides the Simple Network functions.
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR> Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 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_SUCCESS This operation was successful.
@retval EFI_NOT_STARTED The network interface was not started. @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 @retval EFI_INVALID_PARAMETER pSimpleNetwork parameter was NULL or did not point to a valid
EFI_SIMPLE_NETWORK_PROTOCOL structure. EFI_SIMPLE_NETWORK_PROTOCOL structure.
@retval EFI_DEVICE_ERROR The command could not be sent to the network interface. @retval EFI_DEVICE_ERROR The command could not be sent to the network interface.

View File

@ -1,7 +1,7 @@
/** @file /** @file
Provides the Simple Network functions. 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 All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 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_SUCCESS This operation was successful.
@retval EFI_NOT_STARTED The network interface was not started. @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 @retval EFI_INVALID_PARAMETER pSimpleNetwork parameter was NULL or did not point to a valid
EFI_SIMPLE_NETWORK_PROTOCOL structure. EFI_SIMPLE_NETWORK_PROTOCOL structure.
@retval EFI_DEVICE_ERROR The command could not be sent to the network interface. @retval EFI_DEVICE_ERROR The command could not be sent to the network interface.