- EFI_UNSUPPORTEDT to EFI_UNSUPPORTED

Cc: Ruiyu Ni <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <[email protected]>
Reviewed-by: Ruiyu Ni <[email protected]>
---
 Nt32Pkg/TimerDxe/Timer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Nt32Pkg/TimerDxe/Timer.c b/Nt32Pkg/TimerDxe/Timer.c
index c35de7a..aa89f6c 100644
--- a/Nt32Pkg/TimerDxe/Timer.c
+++ b/Nt32Pkg/TimerDxe/Timer.c
@@ -1,6 +1,6 @@
 /**@file
 
-Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials                          
 are licensed and made available under the terms and conditions of the BSD 
License         
 which accompanies this distribution.  The full text of the license may be 
found at        
@@ -497,7 +497,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.
 
 --*/
 {
-- 
2.9.0.windows.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to