diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/CpuPause.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/CpuPause.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/CpuPause.S b/MdePkg/Library/BaseLib/Ia32/CpuPause.S index 5fef9c8d5c..c29dcf34cb 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuPause.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuPause.S @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ ;
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
# All rights reserved. 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
@@ -10,7 +10,7 @@ #
# Module Name:
#
-# CpuPause.Asm
+# CpuPause.S
#
# Abstract:
#
|