From 98ea597bfbebedaf32a27c3dbd412285ce47834b Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 24 Nov 2008 07:10:51 +0000 Subject: Should use uppercase character for return value's comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6698 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/PeiPalLib/PeiPalLib.c | 2 +- MdePkg/Library/UefiPalLib/UefiPalLib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Library') diff --git a/MdePkg/Library/PeiPalLib/PeiPalLib.c b/MdePkg/Library/PeiPalLib/PeiPalLib.c index 37ac2568ab..34faae61d8 100644 --- a/MdePkg/Library/PeiPalLib/PeiPalLib.c +++ b/MdePkg/Library/PeiPalLib/PeiPalLib.c @@ -46,7 +46,7 @@ @param Arg3 The 3rd parameter for PAL procedure calls. @param Arg4 The 4th parameter for PAL procedure calls. - @return structure returned from the PAL Call procedure, including the status and return value. + @return Structure returned from the PAL Call procedure, including the status and return value. **/ PAL_CALL_RETURN diff --git a/MdePkg/Library/UefiPalLib/UefiPalLib.c b/MdePkg/Library/UefiPalLib/UefiPalLib.c index 7c4b374c33..290488f73c 100644 --- a/MdePkg/Library/UefiPalLib/UefiPalLib.c +++ b/MdePkg/Library/UefiPalLib/UefiPalLib.c @@ -47,7 +47,7 @@ UINT64 mPalProcEntry; @param Arg3 The 3rd parameter for PAL procedure calls. @param Arg4 The 4th parameter for PAL procedure calls. - @return structure returned from the PAL Call procedure, including the status and return value. + @return Structure returned from the PAL Call procedure, including the status and return value. **/ PAL_CALL_RETURN -- cgit v1.2.3