summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S')
-rw-r--r--MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
index 8d06372..ac8c5c8 100644
--- a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
@@ -3,7 +3,7 @@
# CpuSleep() for ARM
#
# Copyright (c) 2006 - 2009, Intel Corporation<BR>
-# Portions copyright (c) 2008-2009 Apple Inc.<BR>
+# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
# 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
@@ -34,5 +34,5 @@
#
ASM_PFX(CpuSleep):
mov r0,#0
- mcr p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
+ mcr p15,0,r0,c7,c0,4 // Wait for Interrupt instruction
bx lr