cpukit/sapi/src: fixed grammar mistake in comment in exinit.c

This commit is contained in:
the-m3chanic
2024-07-17 07:37:21 +05:30
committed by Amar Takhar
parent 362deb38dc
commit e13236123c

View File

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