diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-30 07:34:44 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-30 07:34:44 +0000 |
commit | 7601dbe7c5ed94c859600649fc316918bb3572b3 (patch) | |
tree | 1a1c1bea9eec1ca8f1701a123a5a53c4419a8527 /MdeModulePkg/Universal/DebugSupportDxe | |
parent | cfcbb8bc5428cf3d86107913be4e33ee323d13c9 (diff) | |
download | edk2-platforms-7601dbe7c5ed94c859600649fc316918bb3572b3.tar.xz |
Check comments, format and fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7154 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe')
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c index 4ef12cac19..976e0e9713 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c @@ -33,7 +33,7 @@ EFI_DEBUG_SUPPORT_PROTOCOL mDebugSupportProtocolInterface = { @param[in] SystemTable A pointer to the EFI System Table.
@retval EFI_SUCCESS The entry point is executed successfully.
- @retval EFI_ALREADY_STARTED DebugS upport protocol is installed already.
+ @retval EFI_ALREADY_STARTED Debug Support protocol is installed already.
@retval other Some error occurs when executing this entry point.
**/
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h index d1a126c1c2..1af8a89833 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h @@ -86,7 +86,7 @@ Vect2Desc ( );
/**
- Initializes driver's handler registration databas.
+ Initializes driver's handler registration database.
This code executes in boot services context
Must be public because it's referenced from DebugSupport.c
|