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@10615 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -119,7 +119,7 @@ InternalMemSetMem64 (
|
||||
/**
|
||||
Set Buffer to 0 for Size bytes.
|
||||
|
||||
@param Buffer Memory to set.
|
||||
@param Buffer The memory to set.
|
||||
@param Length The number of bytes to set
|
||||
|
||||
@return Buffer
|
||||
@@ -135,9 +135,9 @@ InternalMemZeroMem (
|
||||
/**
|
||||
Compares two memory buffers of a given length.
|
||||
|
||||
@param DestinationBuffer First memory buffer
|
||||
@param SourceBuffer Second memory buffer
|
||||
@param Length Length of DestinationBuffer and SourceBuffer memory
|
||||
@param DestinationBuffer The first memory buffer
|
||||
@param SourceBuffer The second memory buffer
|
||||
@param Length The length of DestinationBuffer and SourceBuffer memory
|
||||
regions to compare. Must be non-zero.
|
||||
|
||||
@return 0 All Length bytes of the two buffers are identical.
|
||||
|
Reference in New Issue
Block a user