summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
diff options
context:
space:
mode:
authorSamer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com>2016-02-12 08:38:30 +0800
committerFu Siyuan <siyuan.fu@intel.com>2016-02-14 10:18:54 +0800
commit93aea44f42000cbaacc91df0cad5fc5ca464f061 (patch)
tree98400462a57bdcad60bdb781759f71f7e0a533d0 /NetworkPkg
parent62ec4a5ef674846f3edd0317e59b0c509873b3b5 (diff)
downloadedk2-93aea44f42000cbaacc91df0cad5fc5ca464f061.tar.gz
edk2-93aea44f42000cbaacc91df0cad5fc5ca464f061.tar.bz2
edk2-93aea44f42000cbaacc91df0cad5fc5ca464f061.zip
NetworkPkg: Reword PXE download message
Fix a minor grammatical error in the PXE boot message. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Diffstat (limited to 'NetworkPkg')
-rw-r--r--NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c b/NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c
index 253115308e..5be82dceb6 100644
--- a/NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c
+++ b/NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c
@@ -2,6 +2,7 @@
Boot functions implementation for UefiPxeBc Driver.
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -1228,7 +1229,7 @@ ON_EXIT:
PxeBcUninstallCallback(Private, NewMakeCallback);
if (Status == EFI_SUCCESS) {
- AsciiPrint ("\n Succeed to download NBP file.\n");
+ AsciiPrint ("\n NBP file downloaded successfully.\n");
return EFI_SUCCESS;
} else if (Status == EFI_BUFFER_TOO_SMALL && Buffer != NULL) {
AsciiPrint ("\n PXE-E05: Buffer size is smaller than the requested file.\n");