]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg/Ip6Dxe: Fix typo in comment
authorPhilippe Mathieu-Daude <philmd@redhat.com>
Wed, 16 Oct 2019 13:25:33 +0000 (21:25 +0800)
committerHao A Wu <hao.a.wu@intel.com>
Thu, 17 Oct 2019 01:09:26 +0000 (09:09 +0800)
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>
NetworkPkg/Ip6Dxe/Ip6Option.c

index 88111e3c24f511d1fcd34b7114385f0a1ff8a8ea..4d92a852dc864757aa8d3f4b05acaa58740d0c3e 100644 (file)
@@ -158,7 +158,7 @@ Ip6IsNDOptionValid (
       //\r
       // Check the length of Ip6OptionEtherSource, Ip6OptionEtherTarget, and\r
       // Ip6OptionRedirected here. For unrecognized options, silently ignore\r
-      // and continue processsing the message.\r
+      // and continue processing the message.\r
       //\r
       if (Length == 0) {\r
         return FALSE;\r