summaryrefslogtreecommitdiff
path: root/ArmPkg
diff options
context:
space:
mode:
authorGiri P Mudusuru <giri.p.mudusuru@intel.com>2016-07-08 14:20:55 +0800
committerLiming Gao <liming.gao@intel.com>2016-07-11 10:29:44 +0800
commitfcb880ecbe1411eef12deb8e998cda3c3fc07b31 (patch)
tree9b92222dc42eae79ceba0c2e31adec88e4b91367 /ArmPkg
parenta00df2e5626f6aafafb9bdfd3e189402b1329530 (diff)
ArmPkg: Fix typos in comments
EFI_UNSUPPORTEDT to EFI_UNSUPPORTED Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'ArmPkg')
-rw-r--r--ArmPkg/Drivers/CpuDxe/CpuDxe.c2
1 files changed, 1 insertions, 1 deletions
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.