summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-13 09:34:23 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-13 09:34:23 +0000
commitc40a1556902e65bf4e998fad0c9a34684e84da10 (patch)
tree6b347df4ab73ffc0415122a4dcb0740424d53931 /MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h
parent638868496cafa80a7212f654559944f34f65598a (diff)
downloadedk2-platforms-c40a1556902e65bf4e998fad0c9a34684e84da10.tar.xz
fixed typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8310 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h')
-rw-r--r--MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h b/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h
index 2eb8b915b9..991fc73a8d 100644
--- a/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h
+++ b/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h
@@ -1,5 +1,5 @@
/** @file
- The header file of IP4ConfigNV.c
+ The header file of IP4ConfigNv.c
Copyright (c) 2009, Intel Corporation.<BR>
All rights reserved. This program and the accompanying materials
@@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define _IP4_CONFIGNV_H_
#include "Ip4Config.h"
-#include "Ip4NVData.h"
+#include "Ip4NvData.h"
extern UINT8 Ip4ConfigDxeBin[];
extern UINT8 Ip4ConfigDxeStrings[];