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
This commit is contained in:
gikidy
2008-12-30 07:34:44 +00:00
parent cfcbb8bc54
commit 7601dbe7c5
5 changed files with 18 additions and 18 deletions

View File

@@ -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.
**/

View File

@@ -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