diff options
author | Giri P Mudusuru <giri.p.mudusuru@intel.com> | 2016-07-08 14:20:58 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-11 10:29:45 +0800 |
commit | 5d1ed0fe28137761efae6ce6c1e77a671c85e0ae (patch) | |
tree | 5fea204ce4f61ad2c493967f8f926c6b02df9a39 /Nt32Pkg/TimerDxe | |
parent | 7efe609d58df8c57a61de747967bca5fbccb7d6e (diff) | |
download | edk2-platforms-5d1ed0fe28137761efae6ce6c1e77a671c85e0ae.tar.xz |
Nt32Pkg: Fix typos in comments
- EFI_UNSUPPORTEDT to EFI_UNSUPPORTED
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'Nt32Pkg/TimerDxe')
-rw-r--r-- | Nt32Pkg/TimerDxe/Timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/TimerDxe/Timer.c b/Nt32Pkg/TimerDxe/Timer.c index c35de7a29a..aa89f6c566 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.
--*/
{
|