From b8fc5c03e5b5551b083f7efe91a051faa00c1e27 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daude Date: Wed, 16 Oct 2019 21:25:33 +0800 Subject: [PATCH] NetworkPkg/Ip6Dxe: Fix typo in comment An extra 's' slipped into the 'processing' word. Drop it to fix the typo. Reviewed-by: Laszlo Ersek Reviewed-by: Siyuan Fu Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Ip6Dxe/Ip6Option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;