From 6abdd89f191a5e6d64055093f68a4fce10554f82 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Jun 2021 09:57:51 +0200 Subject: Use a common phrase for pointer parameters Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993. --- cpukit/include/rtems/rtems/intr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems/rtems/intr.h') diff --git a/cpukit/include/rtems/rtems/intr.h b/cpukit/include/rtems/rtems/intr.h index c9222fcc4d..178cf342df 100644 --- a/cpukit/include/rtems/rtems/intr.h +++ b/cpukit/include/rtems/rtems/intr.h @@ -155,10 +155,10 @@ typedef ISR_Vector_number rtems_vector_number; * * @param vector is the interrupt vector number. * - * @param[out] old_isr_handler is the pointer to an ::rtems_isr_entry variable. + * @param[out] old_isr_handler is the pointer to an ::rtems_isr_entry object. * When the directive call is successful, the previous interrupt service * routine established for this interrupt vector will be stored in this - * variable. + * object. * * This directive establishes an interrupt service routine (ISR) for the * interrupt specified by the ``vector`` number. The ``new_isr_handler`` -- cgit v1.2.3