summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c')
-rw-r--r--NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c b/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c
index 06c4e202d3..a795d26247 100644
--- a/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c
+++ b/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c
@@ -30,7 +30,7 @@ EFI_SERVICE_BINDING_PROTOCOL gMtftp4ServiceBindingTemplete = {
@param SystemTable The system table.
@retval EFI_SUCCESS The handles are successfully installed on the image.
- @retval others some EFI_ERROR occured.
+ @retval others some EFI_ERROR occurred.
**/
EFI_STATUS
@@ -632,7 +632,7 @@ ON_ERROR:
@param This The service binding instance
@param ChildHandle The child handle to destroy
- @retval EFI_INVALID_PARAMETER The parameter is invaid.
+ @retval EFI_INVALID_PARAMETER The parameter is invalid.
@retval EFI_UNSUPPORTED The child may have already been destroyed.
@retval EFI_SUCCESS The child is destroyed and removed from the
parent's child list.