From 7601dbe7c5ed94c859600649fc316918bb3572b3 Mon Sep 17 00:00:00 2001 From: gikidy Date: Tue, 30 Dec 2008 07:34:44 +0000 Subject: 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 --- MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c | 2 +- MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Universal/DebugSupportDxe') 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 -- cgit v1.2.3