aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/pmtimer.c
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-03-26 09:16:04 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2007-03-26 09:16:04 +0000
commit868b41cadfee9068a9144aa133979d31e791902b (patch)
tree3d305ce40cb65f01157b3bb20a295c0324949678 /xen/arch/x86/hvm/pmtimer.c
parent0f9a40c194beb01f5a2566b5fc002a02e076e6d7 (diff)
downloadxen-868b41cadfee9068a9144aa133979d31e791902b.tar.gz
xen-868b41cadfee9068a9144aa133979d31e791902b.tar.bz2
xen-868b41cadfee9068a9144aa133979d31e791902b.zip
[HVM] Fix comments
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'xen/arch/x86/hvm/pmtimer.c')
-rw-r--r--xen/arch/x86/hvm/pmtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/hvm/pmtimer.c b/xen/arch/x86/hvm/pmtimer.c
index 321f664124..e0c803910f 100644
--- a/xen/arch/x86/hvm/pmtimer.c
+++ b/xen/arch/x86/hvm/pmtimer.c
@@ -27,7 +27,7 @@
#define PM1a_EN_ADDR (ACPI_PM1A_EVT_BLK_ADDRESS + 2)
#define TMR_VAL_ADDR (ACPI_PM_TMR_BLK_ADDRESS)
-/* The interesting bit of the PM1a_STS register */
+/* The interesting bits of the PM1a_STS register */
#define TMR_STS (1 << 0)
#define PWRBTN_STS (1 << 5)
#define GBL_STS (1 << 8)