From: Giri P Mudusuru Date: Fri, 8 Jul 2016 06:20:57 +0000 (-0700) Subject: EmulatorPkg: Fix typos in comments X-Git-Tag: edk2-stable201903~6220 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=daea123d247aebb01f6c54e10ed1e0b10dfae957;hp=227a1ac2d04504eee4c624f534ea3fcbb8140029 EmulatorPkg: Fix typos in comments EFI_UNSUPPORTEDT to EFI_UNSUPPORTED Cc: Andrew Fish Cc: Jordan Justen Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Andrew Fish Reviewed-by: Michael Kinney --- 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.
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
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. **/ {