summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg
diff options
context:
space:
mode:
authorGiri P Mudusuru <giri.p.mudusuru@intel.com>2016-07-07 23:20:57 -0700
committerMichael Kinney <michael.d.kinney@intel.com>2016-07-25 16:56:57 -0700
commitdaea123d247aebb01f6c54e10ed1e0b10dfae957 (patch)
tree3a578658c8b177281e49a5832d92099377e9f630 /EmulatorPkg
parent227a1ac2d04504eee4c624f534ea3fcbb8140029 (diff)
downloadedk2-daea123d247aebb01f6c54e10ed1e0b10dfae957.tar.gz
edk2-daea123d247aebb01f6c54e10ed1e0b10dfae957.tar.bz2
edk2-daea123d247aebb01f6c54e10ed1e0b10dfae957.zip
EmulatorPkg: Fix typos in comments
EFI_UNSUPPORTEDT to EFI_UNSUPPORTED Cc: Andrew Fish <afish@apple.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Andrew Fish <afish@apple.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r--EmulatorPkg/TimerDxe/Timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/TimerDxe/Timer.c b/EmulatorPkg/TimerDxe/Timer.c
index 5230a9625e..8d246726ac 100644
--- a/EmulatorPkg/TimerDxe/Timer.c
+++ b/EmulatorPkg/TimerDxe/Timer.c
@@ -5,7 +5,7 @@
timer service. In the future, the Thread creation should possibly be
abstracted by the CPU architectural protocol
-Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -276,7 +276,7 @@ Returns:
EFI_SUCCESS - The soft timer interrupt was generated.
- EFI_UNSUPPORTEDT - The platform does not support the generation of soft timer interrupts.
+ EFI_UNSUPPORTED - The platform does not support the generation of soft timer interrupts.
**/
{