diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c index 18fac9bc57..320e16b6ab 100644 --- a/cpukit/sapi/src/exinit.c +++ b/cpukit/sapi/src/exinit.c @@ -62,8 +62,8 @@ RTEMS_SECTION(".rtemsroset.copyright") const char _Copyright_Notice[] = "Copyright (C) 1989, 2021 RTEMS Project and contributors"; /* - * Additional a add custom section (.debug_gdb_scripts) to - * every ELF being built on RTEMS, in order to add auto-loading + * Add a custom section (.debug_gdb_scripts) to every + * ELF being built on RTEMS, in order to add auto-loading * support for Python scripts (specifically, GCC's pretty-printing * scripts), by in-lining the Python script in the section. */