fixed typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8310 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2009-05-13 09:34:23 +00:00
parent 638868496c
commit c40a155690
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "Ip4Config.h"
#include "Ip4ConfigNV.h"
#include "Ip4ConfigNv.h"
EFI_DRIVER_BINDING_PROTOCOL gIp4ConfigDriverBinding = {
Ip4ConfigDriverBindingSupported,

View File

@ -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[];