A small assortment of cosmetic touch-ups.

Signed-off-by: Will Schmidt <will_schm...@vnet.ibm.com>
---
 lib/events/power8_events.h |    2 +-
 lib/pfmlib_power7.c        |    2 +-
 lib/pfmlib_power_priv.h    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/events/power8_events.h b/lib/events/power8_events.h
index 2aee218..92337f8 100644
--- a/lib/events/power8_events.h
+++ b/lib/events/power8_events.h
@@ -8,7 +8,7 @@
 /*
 * File:    power8_events.h
 * CVS:
-Author:  Carl Love
+* Author:  Carl Love
 *          carll.ibm.com
 * Mods:    <your name here>
 *          <your email address>
diff --git a/lib/pfmlib_power7.c b/lib/pfmlib_power7.c
index ceab517..a32977c 100644
--- a/lib/pfmlib_power7.c
+++ b/lib/pfmlib_power7.c
@@ -1,5 +1,5 @@
 /*
- * pfmlib_power7.c : IBM Power6 support
+ * pfmlib_power7.c : IBM Power7 support
  *
  * Copyright (C) IBM Corporation, 2009.  All rights reserved.
  * Contributed by Corey Ashford (cjash...@us.ibm.com)
diff --git a/lib/pfmlib_power_priv.h b/lib/pfmlib_power_priv.h
index e66e7e9..04f1437 100644
--- a/lib/pfmlib_power_priv.h
+++ b/lib/pfmlib_power_priv.h
@@ -77,7 +77,7 @@ typedef struct {
 /* Processor Version Register (PVR) field extraction */
 
 #define PVR_VER(pvr)   (((pvr) >>  16) & 0xFFFF)       /* Version field */
-#define PVR_REV(pvr)   (((pvr) >>   0) & 0xFFFF)       /* Revison field */
+#define PVR_REV(pvr)   (((pvr) >>   0) & 0xFFFF)       /* Revision field */
 
 #define __is_processor(pv)     (PVR_VER(mfspr(SPRN_PVR)) == (pv))
 


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
perfmon2-devel mailing list
perfmon2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to