]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EfiCommonLib / Ia32 / GetPowerOfTwo.asm
index 2d7b6de7a321c51c61198cc9f158957b052076f5..72658e90e8b52c4d68a743c96a252d2de90c40ec 100644 (file)
@@ -1,7 +1,7 @@
 ;/*++\r
 ;\r
-;Copyright (c) 2006, Intel Corporation                                                         \r
-;All rights reserved. This program and the accompanying materials                          \r
+;Copyright (c) 2006, 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
@@ -47,7 +47,7 @@
 ;  two and less than Input\r
 ;\r
 ;--*/\r
-GetPowerOfTow PROC\r
+GetPowerOfTwo PROC\r
     xor     eax, eax\r
     mov     edx, eax\r
     mov     ecx, [esp + 8] ; dword ptr Input[4]\r
@@ -63,5 +63,5 @@ _F:
 _Exit:\r
 \r
     ret\r
-GetPowerOfTow  ENDP\r
+GetPowerOfTwo  ENDP\r
        END\r