NetworkPkg/NetworkPkg.dsc | 2 +- NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c | 2 +- .../WifiConnectionManagerDxe/WifiConnectionMgrDriverBinding.h | 2 +- .../WifiConnectionMgrHiiConfigAccess.c | 4 ++-- .../WifiConnectionMgrHiiConfigAccess.h | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-)
Fix few typos in NetworkPkg
Erros->Errors
failded->failed
instrinsic->intrinsic
Signed-off-by: Giri Mudusuru <girim@apple.com>
Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Andrew Fish <afish@apple.com>
---
NetworkPkg/NetworkPkg.dsc | 2 +-
NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c | 2 +-
.../WifiConnectionManagerDxe/WifiConnectionMgrDriverBinding.h | 2 +-
.../WifiConnectionMgrHiiConfigAccess.c | 4 ++--
.../WifiConnectionMgrHiiConfigAccess.h | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/NetworkPkg/NetworkPkg.dsc b/NetworkPkg/NetworkPkg.dsc
index 6c231c97b5..e455ebdf8c 100644
--- a/NetworkPkg/NetworkPkg.dsc
+++ b/NetworkPkg/NetworkPkg.dsc
@@ -74,7 +74,7 @@
[LibraryClasses.ARM, LibraryClasses.AARCH64]
#
# It is not possible to prevent ARM compiler calls to generic intrinsic functions.
- # This library provides the instrinsic functions generated by a given compiler.
+ # This library provides the intrinsic functions generated by a given compiler.
# [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
#
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c
index 36c467025f..2cb9ca3a1d 100644
--- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c
+++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c
@@ -154,7 +154,7 @@ WifiMgrDxeDriverBindingSupported (
@retval EFI_SUCCESS The device was started.
@retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
@retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources.
- @retval Others The driver failded to start the device.
+ @retval Others The driver failed to start the device.
**/
EFI_STATUS
diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriverBinding.h b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriverBinding.h
index 2420bb44e6..5c9917b90f 100644
--- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriverBinding.h
+++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriverBinding.h
@@ -93,7 +93,7 @@ WifiMgrDxeDriverBindingSupported (
@retval EFI_SUCCESS The device was started.
@retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
@retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources.
- @retval Others The driver failded to start the device.
+ @retval Others The driver failed to start the device.
**/
EFI_STATUS
diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c
index 431fcbb33a..edf7d48c1c 100644
--- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c
+++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c
@@ -1965,7 +1965,7 @@ WifiMgrDxeHiiConfigAccessCallback (
@retval EFI_SUCCESS The configuration form is initialized.
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
@retval EFI_INVALID_PARAMETER Any input parameter is invalid.
- @retval Other Erros Returned Errors when installing protocols.
+ @retval Other Errors Returned Errors when installing protocols.
**/
EFI_STATUS
@@ -2035,7 +2035,7 @@ WifiMgrDxeConfigFormInit (
@retval EFI_SUCCESS The configuration form is unloaded successfully.
@retval EFI_INVALID_PARAMETER Any input parameter is invalid.
- @retval Other Errors Returned Erros when uninstalling protocols.
+ @retval Other Errors Returned Errors when uninstalling protocols.
**/
EFI_STATUS
diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.h b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.h
index 029cb55ac5..c556a1d615 100644
--- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.h
+++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.h
@@ -198,7 +198,7 @@ WifiMgrDxeHiiConfigAccessCallback (
@retval EFI_SUCCESS The configuration form is initialized.
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
- @retval Other Erros Returned errors when installing protocols.
+ @retval Other Errors Returned errors when installing protocols.
**/
EFI_STATUS
@@ -212,7 +212,7 @@ WifiMgrDxeConfigFormInit (
@param[in] Private The pointer to the global private data structure.
@retval EFI_SUCCESS The configuration form is unloaded successfully.
- @retval Other Errors Returned Erros when uninstalling protocols.
+ @retval Other Errors Returned Errors when uninstalling protocols.
**/
EFI_STATUS
--
2.39.2 (Apple Git-144)
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#105274): https://edk2.groups.io/g/devel/message/105274
Mute This Topic: https://groups.io/mt/99113261/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
© 2016 - 2024 Red Hat, Inc.