NetworkPkg/Ip6Dxe: Fix various typos

Fix various typos in comments and documentation.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-41-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:53 +01:00
committed by mergify[bot]
parent 6c585b52e5
commit 7de8045a09
20 changed files with 73 additions and 73 deletions

View File

@@ -101,7 +101,7 @@ Ip6ConfigOnPolicyChanged (
}
//
// All IPv6 children that use global unicast address as it's source address
// All IPv6 children that use global unicast address as its source address
// should be destroyed now. The survivers are those use the link-local address
// or the unspecified address as the source address.
// TODO: Conduct a check here.
@@ -335,7 +335,7 @@ Ip6ConfigSignalEvent (
/**
Read the configuration data from variable storage according to the VarName and
gEfiIp6ConfigProtocolGuid. It checks the integrity of variable data. If the
data is corrupted, it clears the variable data to ZERO. Othewise, it outputs the
data is corrupted, it clears the variable data to ZERO. Otherwise, it outputs the
configuration data to IP6_CONFIG_INSTANCE.
@param[in] VarName The pointer to the variable name
@@ -612,7 +612,7 @@ Ip6ConfigGetIfInfo (
}
/**
The work function for EfiIp6ConfigSetData() to set the alternative inteface ID
The work function for EfiIp6ConfigSetData() to set the alternative interface ID
for the communication device managed by this IP6Config instance, if the link local
IPv6 addresses generated from the interface ID based on the default source the
EFI IPv6 Protocol uses is a duplicate address.
@@ -915,7 +915,7 @@ Ip6ManualAddrDadCallback (
under the current policy.
@retval EFI_INVALID_PARAMETER One or more fields in Data is invalid.
@retval EFI_OUT_OF_RESOURCES Fail to allocate resource to complete the operation.
@retval EFI_NOT_READY An asynchrous process is invoked to set the specified
@retval EFI_NOT_READY An asynchronous process is invoked to set the specified
configuration data, and the process is not finished.
@retval EFI_ABORTED The manual addresses to be set equal current
configuration.
@@ -2034,7 +2034,7 @@ EfiIp6ConfigSetData (
}
} else {
//
// Another asynchornous process is on the way.
// Another asynchronous process is on the way.
//
Status = EFI_ACCESS_DENIED;
}