X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FSmmMemLib%2FSmmMemLib.c;fp=MdePkg%2FLibrary%2FSmmMemLib%2FSmmMemLib.c;h=63a4ff7a97f128786941a26f3ac5ecdb8614e992;hp=7169bbdd10d8704dd5ca225528ffe13071a49c89;hb=fae43d06dd83d4af35d9d0bd261ab212a2b8b17e;hpb=a8ecf980c01bbab3f94bb40bf88a174ec655b687 diff --git a/MdePkg/Library/SmmMemLib/SmmMemLib.c b/MdePkg/Library/SmmMemLib/SmmMemLib.c index 7169bbdd10..63a4ff7a97 100644 --- a/MdePkg/Library/SmmMemLib/SmmMemLib.c +++ b/MdePkg/Library/SmmMemLib/SmmMemLib.c @@ -275,7 +275,7 @@ SmmCopyMemToSmram ( @param SourceBuffer The pointer to the source buffer of the memory copy. @param Length The number of bytes to copy from SourceBuffer to DestinationBuffer. - @retval EFI_SECURITY_VIOLATION The DesinationBuffer is invalid per processor architecture or overlap with SMRAM. + @retval EFI_SECURITY_VIOLATION The DestinationBuffer is invalid per processor architecture or overlap with SMRAM. @retval EFI_SUCCESS Memory is copied. **/ @@ -308,7 +308,7 @@ SmmCopyMemFromSmram ( @param SourceBuffer The pointer to the source buffer of the memory copy. @param Length The number of bytes to copy from SourceBuffer to DestinationBuffer. - @retval EFI_SECURITY_VIOLATION The DesinationBuffer is invalid per processor architecture or overlap with SMRAM. + @retval EFI_SECURITY_VIOLATION The DestinationBuffer is invalid per processor architecture or overlap with SMRAM. @retval EFI_SECURITY_VIOLATION The SourceBuffer is invalid per processor architecture or overlap with SMRAM. @retval EFI_SUCCESS Memory is copied.