summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpBootDxe/HttpBootSupport.c
diff options
context:
space:
mode:
authorFu Siyuan <siyuan.fu@intel.com>2016-03-10 10:08:54 +0800
committerFu Siyuan <siyuan.fu@intel.com>2016-03-15 09:51:12 +0800
commit73617fa61a923fda7874bd5e1788aea7854d44aa (patch)
tree148e047f2aa7738441d1df2f8ad29d5e6e607c8e /NetworkPkg/HttpBootDxe/HttpBootSupport.c
parent5e2318dd37a51948aaf845c7d920b11f47cdcfe6 (diff)
downloadedk2-73617fa61a923fda7874bd5e1788aea7854d44aa.tar.gz
edk2-73617fa61a923fda7874bd5e1788aea7854d44aa.tar.bz2
edk2-73617fa61a923fda7874bd5e1788aea7854d44aa.zip
NetworkPkg: fix function comments in HttpBootDxe.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
Diffstat (limited to 'NetworkPkg/HttpBootDxe/HttpBootSupport.c')
-rw-r--r--NetworkPkg/HttpBootDxe/HttpBootSupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/HttpBootDxe/HttpBootSupport.c b/NetworkPkg/HttpBootDxe/HttpBootSupport.c
index e678379bf4..758c49b712 100644
--- a/NetworkPkg/HttpBootDxe/HttpBootSupport.c
+++ b/NetworkPkg/HttpBootDxe/HttpBootSupport.c
@@ -951,7 +951,7 @@ HttpIoRecvResponse (
Caller need to free the buffer in the UriAddress pointer.
@param[in] FilePath Pointer to the device path which contains a URI device path node.
- @param[in] UriAddress The URI address string extract from the device path.
+ @param[out] UriAddress The URI address string extract from the device path.
@retval EFI_SUCCESS The URI string is returned.
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory.