From fcb880ecbe1411eef12deb8e998cda3c3fc07b31 Mon Sep 17 00:00:00 2001 From: Giri P Mudusuru Date: Fri, 8 Jul 2016 14:20:55 +0800 Subject: [PATCH] ArmPkg: Fix typos in comments EFI_UNSUPPORTEDT to EFI_UNSUPPORTED Cc: Leif Lindholm Cc: Ard Biesheuvel Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Ard Biesheuvel --- ArmPkg/Drivers/CpuDxe/CpuDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.c b/ArmPkg/Drivers/CpuDxe/CpuDxe.c index b1cac31d67..d089cb2d11 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuDxe.c +++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.c @@ -39,7 +39,7 @@ @retval EFI_SUCCESS The address range from Start to Start+Length was flushed from the processor's data cache. - @retval EFI_UNSUPPORTEDT The processor does not support the cache flush type specified + @retval EFI_UNSUPPORTED The processor does not support the cache flush type specified by FlushType. @retval EFI_DEVICE_ERROR The address range from Start to Start+Length could not be flushed from the processor's data cache. -- 2.39.2