From 2fc59a003ed9104f9feebe0e418f2a04a50f3284 Mon Sep 17 00:00:00 2001 From: myronporter Date: Fri, 25 Jun 2010 21:56:02 +0000 Subject: Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10604 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiRuntimeLib/RuntimeLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg/Library/UefiRuntimeLib/RuntimeLib.c') diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c b/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c index 1133a8808c..4ab1a90b33 100644 --- a/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c +++ b/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c @@ -512,7 +512,7 @@ EfiSetVariable ( 32-bit value is nonvolatile and is increased by 1 whenever the system resets or whenever the low 32-bit count (returned by GetNextMonoticCount()) overflows. - @param HighCount Pointer to returned value. + @param HighCount The pointer to returned value. @retval EFI_SUCCESS The next high monotonic count was returned. @retval EFI_DEVICE_ERROR The device is not functioning properly. @@ -703,7 +703,7 @@ EfiSetVirtualAddressMap ( CapsuleHeaderArray must be the same capsules as the ScatterGatherList. The CapsuleHeaderArray must have the capsules in the same order as the ScatterGatherList. - @param CapsuleCount Number of pointers to EFI_CAPSULE_HEADER in + @param CapsuleCount The number of pointers to EFI_CAPSULE_HEADER in CaspuleHeaderArray. @param ScatterGatherList Physical pointer to a set of EFI_CAPSULE_BLOCK_DESCRIPTOR that describes the @@ -758,7 +758,7 @@ EfiUpdateCapsule ( @param CapsuleHeaderArray Virtual pointer to an array of virtual pointers to the capsules being passed into update capsule. The capsules are assumed to stored in contiguous virtual memory. - @param CapsuleCount Number of pointers to EFI_CAPSULE_HEADER in + @param CapsuleCount The number of pointers to EFI_CAPSULE_HEADER in CaspuleHeaderArray. @param MaximumCapsuleSize On output the maximum size that UpdateCapsule() can support as an argument to UpdateCapsule() via -- cgit v1.2.3