diff options
Diffstat (limited to 'NetworkPkg/Ip4Dxe/Ip4Config2Impl.h')
-rw-r--r-- | NetworkPkg/Ip4Dxe/Ip4Config2Impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Ip4Dxe/Ip4Config2Impl.h b/NetworkPkg/Ip4Dxe/Ip4Config2Impl.h index 1716dde399..0e4639e77c 100644 --- a/NetworkPkg/Ip4Dxe/Ip4Config2Impl.h +++ b/NetworkPkg/Ip4Dxe/Ip4Config2Impl.h @@ -205,7 +205,7 @@ typedef struct { /**
Read the configuration data from variable storage according to the VarName and
gEfiIp4Config2ProtocolGuid. It checks the integrity of variable data. If the
- data is corrupted, it clears the variable data to ZERO. Othewise, it outputs the
+ data is corrupted, it clears the variable data to ZERO. Otherwise, it outputs the
configuration data to IP4_CONFIG2_INSTANCE.
@param[in] VarName The pointer to the variable name
|