diff options
author | Philippe Mathieu-Daude <philmd@redhat.com> | 2019-10-16 21:25:33 +0800 |
---|---|---|
committer | Hao A Wu <hao.a.wu@intel.com> | 2019-10-17 09:09:26 +0800 |
commit | b8fc5c03e5b5551b083f7efe91a051faa00c1e27 (patch) | |
tree | c74234aebd98662df455f2ca58dc5c24d014c408 /NetworkPkg/Ip6Dxe | |
parent | 81e9eca7a40dbb835aab79a54d4c903997f3e5b6 (diff) | |
download | edk2-b8fc5c03e5b5551b083f7efe91a051faa00c1e27.tar.gz edk2-b8fc5c03e5b5551b083f7efe91a051faa00c1e27.tar.bz2 edk2-b8fc5c03e5b5551b083f7efe91a051faa00c1e27.zip |
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>
Diffstat (limited to 'NetworkPkg/Ip6Dxe')
-rw-r--r-- | NetworkPkg/Ip6Dxe/Ip6Option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Ip6Dxe/Ip6Option.c b/NetworkPkg/Ip6Dxe/Ip6Option.c index 88111e3c24..4d92a852dc 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Option.c +++ b/NetworkPkg/Ip6Dxe/Ip6Option.c @@ -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;
|