summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score/powerpc.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index efe7666c42..93ab3b6499 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -61,7 +61,7 @@ extern "C" {
* This file contains the information required to build
* RTEMS for the PowerPC family.
*/
-
+
/* Generic ppc */
#ifdef _SOFT_FLOAT
@@ -72,7 +72,7 @@ extern "C" {
#define CPU_MODEL_NAME "Generic (classic FPU)"
#endif
-#define PPC_ALIGNMENT 8
+#define PPC_ALIGNMENT 8
#define PPC_STRUCTURE_ALIGNMENT 32
/*
@@ -132,7 +132,7 @@ extern "C" {
* support doubles (8-byte floating point numbers).
*
* If the model does NOT have FP support, then the model does
- * NOT have double length FP registers.
+ * NOT have double length FP registers.
*/
#if (PPC_HAS_FPU)