diff options
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c')
-rw-r--r-- | MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c index 59c2794b1f..40edda418d 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c @@ -45,7 +45,7 @@ @param SourceBuffer Pointer to the source buffer to compare.
@param Length Number of bytes to compare.
- @return 0 All Length bytes of the two buffers are identical.
+ @retval 0 All Length bytes of the two buffers are identical.
@retval Non-zero The first mismatched byte in SourceBuffer subtracted from the first
mismatched byte in DestinationBuffer.
|