summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/headers/mpci.h2
-rw-r--r--c/src/exec/score/include/rtems/score/mpci.h2
-rw-r--r--cpukit/score/include/rtems/score/mpci.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/score/headers/mpci.h b/c/src/exec/score/headers/mpci.h
index a2533866c1..fe954c2442 100644
--- a/c/src/exec/score/headers/mpci.h
+++ b/c/src/exec/score/headers/mpci.h
@@ -200,7 +200,7 @@ void _MPCI_Initialization ( void );
*/
void _MPCI_Register_packet_processor(
- MP_packet_Classes the_object,
+ MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
);
diff --git a/c/src/exec/score/include/rtems/score/mpci.h b/c/src/exec/score/include/rtems/score/mpci.h
index a2533866c1..fe954c2442 100644
--- a/c/src/exec/score/include/rtems/score/mpci.h
+++ b/c/src/exec/score/include/rtems/score/mpci.h
@@ -200,7 +200,7 @@ void _MPCI_Initialization ( void );
*/
void _MPCI_Register_packet_processor(
- MP_packet_Classes the_object,
+ MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
);
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index a2533866c1..fe954c2442 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -200,7 +200,7 @@ void _MPCI_Initialization ( void );
*/
void _MPCI_Register_packet_processor(
- MP_packet_Classes the_object,
+ MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
);