summaryrefslogtreecommitdiff
path: root/NetworkPkg/HttpBootDxe/HttpBootClient.h
diff options
context:
space:
mode:
authorPaulo Alcantara <paulo.alc.cavalcanti@hp.com>2016-01-12 01:37:48 +0000
committersfu5 <sfu5@Edk2>2016-01-12 01:37:48 +0000
commitef422fc53c4bc978767fcee35b284f61c02ea6d5 (patch)
tree73417ffd6f2d7ee8dca7dbaba24c4a2c55fcbec4 /NetworkPkg/HttpBootDxe/HttpBootClient.h
parent91e914f5876f35317638771103f64baf903a9bfc (diff)
downloadedk2-ef422fc53c4bc978767fcee35b284f61c02ea6d5.zip
edk2-ef422fc53c4bc978767fcee35b284f61c02ea6d5.tar.gz
edk2-ef422fc53c4bc978767fcee35b284f61c02ea6d5.tar.bz2
NetworkPkg: Fix some typos in Http boot driver.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Paulo Alcantara <paulo.alc.cavalcanti@hp.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19640 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/HttpBootDxe/HttpBootClient.h')
-rw-r--r--NetworkPkg/HttpBootDxe/HttpBootClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/HttpBootDxe/HttpBootClient.h b/NetworkPkg/HttpBootDxe/HttpBootClient.h
index 06b9109..e618316 100644
--- a/NetworkPkg/HttpBootDxe/HttpBootClient.h
+++ b/NetworkPkg/HttpBootDxe/HttpBootClient.h
@@ -41,7 +41,7 @@ typedef struct {
typedef struct {
LIST_ENTRY Link; // Link to the CacheList in driver's private data.
EFI_HTTP_REQUEST_DATA *RequestData;
- HTTP_IO_RESOPNSE_DATA *ResponseData; // Not include any message-body data.
+ HTTP_IO_RESPONSE_DATA *ResponseData; // Not include any message-body data.
UINTN EntityLength;
LIST_ENTRY EntityDataList; // Entity data (message-body)
} HTTP_BOOT_CACHE_CONTENT;