mirror of https://github.com/acidanthera/audk.git
NetworkPkg/Ip6Dxe: Fix typo in comment
An extra 's' slipped into the 'processing' word. Drop it to fix the typo. Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
parent
81e9eca7a4
commit
b8fc5c03e5
|
@ -158,7 +158,7 @@ Ip6IsNDOptionValid (
|
|||
//
|
||||
// Check the length of Ip6OptionEtherSource, Ip6OptionEtherTarget, and
|
||||
// Ip6OptionRedirected here. For unrecognized options, silently ignore
|
||||
// and continue processsing the message.
|
||||
// and continue processing the message.
|
||||
//
|
||||
if (Length == 0) {
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in New Issue