X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPkg%2FLibrary%2FStandaloneMmMmuLib%2FAArch64%2FArmMmuStandaloneMmLib.c;fp=ArmPkg%2FLibrary%2FStandaloneMmMmuLib%2FAArch64%2FArmMmuStandaloneMmLib.c;h=dd014beec8739b5b7ea06cee89df79b4467cca15;hb=b8de64bedecf01b5df760d9f81bdd9c0d733399e;hp=31672ae5cf4d22a52db885569227530d50a58fb1;hpb=c2bd8a1a823f184e54f45e1eb7d8a14be77e502b;p=mirror_edk2.git diff --git a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c index 31672ae5cf..dd014beec8 100644 --- a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c +++ b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c @@ -102,7 +102,7 @@ SendMemoryPermissionRequest ( // Check error response from Callee. if ((*RetVal & BIT31) != 0) { - // Bit 31 set means there is an error retured + // Bit 31 set means there is an error returned // See [1], Section 13.5.5.1 MM_SP_MEMORY_ATTRIBUTES_GET_AARCH64 and // Section 13.5.5.2 MM_SP_MEMORY_ATTRIBUTES_SET_AARCH64. switch (*RetVal) {