NetworkPkg/Ip4Dxe: 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-40-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
ba3b642d5b
commit
6c585b52e5
@ -181,7 +181,7 @@ Ip4CopyOption (
|
||||
|
||||
//
|
||||
// Head length is in the unit of 4 bytes. Now, Len is the
|
||||
// acutal option length to appear in the IP header.
|
||||
// actual option length to appear in the IP header.
|
||||
//
|
||||
Len = ((Next + 3) &~0x03);
|
||||
|
||||
|
Reference in New Issue
Block a user