diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-31 06:06:57 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-31 06:06:57 +0000 |
commit | 3fd8027ee5658375999a73211a79d96213e946e4 (patch) | |
tree | 22ab777b787d2042254700c66953b4c84400c982 /MdeModulePkg/Library/DxePlatDriOverLib | |
parent | a388ec434a78ac0c5c1032962d61ddfaf3548198 (diff) | |
download | edk2-platforms-3fd8027ee5658375999a73211a79d96213e946e4.tar.xz |
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7160 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxePlatDriOverLib')
-rw-r--r-- | MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOverLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOverLib.c b/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOverLib.c index 30e5883d7c..1859f026c8 100644 --- a/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOverLib.c +++ b/MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOverLib.c @@ -80,7 +80,7 @@ FreeMappingDatabase ( /**
- Create the mappging database according to variable.
+ Create the mapping database according to variable.
Read the environment variable(s) that contain the override mappings from Controller Device Path to
a set of Driver Device Paths, and create the mapping database in memory with those variable info.
|