From e13236123ca8a6d7934b75aee03ba0c8bfb268ba Mon Sep 17 00:00:00 2001 From: the-m3chanic Date: Wed, 17 Jul 2024 07:37:21 +0530 Subject: [PATCH] cpukit/sapi/src: fixed grammar mistake in comment in exinit.c --- cpukit/sapi/src/exinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */