diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:08:05 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | 5add2c557773a1e07245926e4768c5d69f666213 (patch) | |
tree | 10a1706e133be3d4a1ed8a21ed83bfa82960fe11 /NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h | |
parent | ff82167537c1acb0d0918fc6d168654986fdef42 (diff) | |
download | edk2-5add2c557773a1e07245926e4768c5d69f666213.tar.gz edk2-5add2c557773a1e07245926e4768c5d69f666213.tar.bz2 edk2-5add2c557773a1e07245926e4768c5d69f666213.zip |
NetworkPkg/UefiPxeBcDxe: 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-53-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h')
-rw-r--r-- | NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h b/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h index 69b0502bbc..879da18a88 100644 --- a/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h +++ b/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h @@ -60,7 +60,7 @@ //
// Dhcp4 and Dhcp6 share this definition, and corresponding
-// relatioinship is as follows:
+// relationship is as follows:
//
// Dhcp4Discover <> Dhcp6Solicit
// Dhcp4Offer <> Dhcp6Advertise
|