]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X86FxRestore.c
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / X86FxRestore.c
index ac6f4729838104d5336e1381b85702d35a8dff67..1e7703cc20a1d066c8b21c0965a23401b7a98829 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   IA-32/x64 AsmFxRestore()\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -22,7 +22,7 @@
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
@@ -34,7 +34,7 @@
 VOID\r
 EFIAPI\r
 AsmFxRestore (\r
-  IN CONST IA32_FX_BUFFER  *Buffer\r
+  IN      CONST IA32_FX_BUFFER      *Buffer\r
   )\r
 {\r
   ASSERT (Buffer != NULL);\r