diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 10:33:57 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 10:33:57 +0000 |
commit | 9bc88ad8ed0587ee8599e722ada69f1fd74c7a9c (patch) | |
tree | 4e4759318c568f983116418045e212cc0c0215be | |
parent | a8fdba528b576c93161b1df1dc6247c9dd88f08d (diff) | |
download | edk2-platforms-9bc88ad8ed0587ee8599e722ada69f1fd74c7a9c.tar.xz |
Fix typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7682 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c index 2d797ba7e1..9310375d21 100644 --- a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c +++ b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c @@ -1,6 +1,6 @@ /** @file
- A UI application to offer a UI interface in device manager to let user configue
+ A UI application to offer a UI interface in device manager to let user configure
platform override protocol to override the default algorithm for matching
drivers to controllers.
diff --git a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf index f867ba3350..8be683a0c3 100644 --- a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf +++ b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf @@ -1,6 +1,6 @@ #/** @file
#
-# A UI application to offer a UI interface in device manager to let user configue
+# A UI application to offer an UI interface in device manager to let user configure
# platform override protocol to override the default algorithm for matching
# drivers to controllers.
#
|