summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/types.h b/cpukit/score/cpu/powerpc/rtems/score/types.h
index 76c280f21a..828a363934 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/types.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/types.h
@@ -47,7 +47,7 @@ extern "C" {
/*
* This section defines the basic types for this processor.
*/
-typedef uint32_t Priority_Bit_map_control;
+typedef uint32_t Priority_bit_map_Control;
typedef void ppc_isr;
#ifdef __cplusplus