diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 06:00:01 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 06:00:01 +0000 |
commit | 6c76a5daa6bdda2ae7288bda75cf14ecc3784ec5 (patch) | |
tree | 7ef352d2a5c83b78272dc8087ec8963a5a345229 /Nt32Pkg | |
parent | 7fc80d44841dbc1f1b68d75312ab7ec9e6d63613 (diff) | |
download | edk2-platforms-6c76a5daa6bdda2ae7288bda75cf14ecc3784ec5.tar.xz |
Fix typo in driver entry point name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7667 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/SnpNt32Dxe/SnpNt32.c | 2 | ||||
-rw-r--r-- | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/SnpNt32Dxe/SnpNt32.c b/Nt32Pkg/SnpNt32Dxe/SnpNt32.c index d995a6eece..13c9fd1b4b 100644 --- a/Nt32Pkg/SnpNt32Dxe/SnpNt32.c +++ b/Nt32Pkg/SnpNt32Dxe/SnpNt32.c @@ -1409,7 +1409,7 @@ SnpNt32Unload ( **/
EFI_STATUS
-InitializeSnpNt32river (
+InitializeSnpNt32Driver (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
diff --git a/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf b/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf index 80718cf95f..6fc345dd34 100644 --- a/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf +++ b/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf @@ -23,7 +23,7 @@ EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
- ENTRY_POINT = InitializeSnpNt32river
+ ENTRY_POINT = InitializeSnpNt32Driver
UNLOAD_IMAGE = SnpNt32Unload
#
# The following information is for reference only and not required by the build tools.
|