diff options
author | Giri P Mudusuru <giri.p.mudusuru@intel.com> | 2016-07-08 14:20:55 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-11 10:29:44 +0800 |
commit | fcb880ecbe1411eef12deb8e998cda3c3fc07b31 (patch) | |
tree | 9b92222dc42eae79ceba0c2e31adec88e4b91367 /ArmPkg/Drivers | |
parent | a00df2e5626f6aafafb9bdfd3e189402b1329530 (diff) | |
download | edk2-platforms-fcb880ecbe1411eef12deb8e998cda3c3fc07b31.tar.xz |
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/Drivers')
-rw-r--r-- | ArmPkg/Drivers/CpuDxe/CpuDxe.c | 2 |
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.
|