From 0446f680564b171a349e4efaf9f4834d938ae040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=A7al=20Comajoan=20Cara?= Date: Mon, 3 Dec 2018 21:37:32 +0100 Subject: Spelling and grammar fixes in source code comments (GCI 2018) --- cpukit/include/rtems/confdefs.h | 4 ++-- cpukit/include/rtems/rtems/mainpage.h | 4 ++-- cpukit/include/rtems/rtl/rtl.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'cpukit/include/rtems') diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h index e884289e2c..d66e23e0ab 100644 --- a/cpukit/include/rtems/confdefs.h +++ b/cpukit/include/rtems/confdefs.h @@ -1129,7 +1129,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; * * @addtogroup Configuration * - * This module contains parameters related to thread aand interrupt stacks. + * This module contains parameters related to thread and interrupt stacks. */ /** @@ -1523,7 +1523,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; * Table. * * Default Device Driver Table. Each driver needed by the test is explicitly - * choosen by the application. There is always a null driver entry. + * chosen by the application. There is always a null driver entry. */ /**@{*/ diff --git a/cpukit/include/rtems/rtems/mainpage.h b/cpukit/include/rtems/rtems/mainpage.h index e2d51328cf..8a6ddbb8ad 100644 --- a/cpukit/include/rtems/rtems/mainpage.h +++ b/cpukit/include/rtems/rtems/mainpage.h @@ -359,7 +359,7 @@ * Since memory is a critical resource in many real-time embedded systems, * RTEMS was specifically designed to automatically leave out all services that * are not required from the run-time environment. Features such as networking, - * various fileystems, and many other features are completely optional. This + * various filesystems, and many other features are completely optional. This * allows the application designer the flexibility to tailor RTEMS to most * efficiently meet system requirements while still satisfying even the most * stringent memory constraints. As a result, the size of the RTEMS executive @@ -502,7 +502,7 @@ * * * The 16-bit format is designed to be as similar as possible to the 32-bit - * format. The differences are limited to the eliminatation of the node field + * format. The differences are limited to the elimination of the node field * and reduction of the index field from 16-bits to 8-bits. Thus the 16-bit * format only supports up to 255 object instances per API/Class combination * and single processor systems. As this format is typically utilized by 16-bit diff --git a/cpukit/include/rtems/rtl/rtl.h b/cpukit/include/rtems/rtl/rtl.h index 398ac2cd3f..41cb010ef4 100644 --- a/cpukit/include/rtems/rtl/rtl.h +++ b/cpukit/include/rtems/rtl/rtl.h @@ -42,12 +42,12 @@ extern "C" { * dlclose family of functions. * * The runtime link editor is different to that found on Unix type systems. The - * object modules are compiled for PIC or position indepentent code and + * object modules are compiled for PIC or position independent code and * therefore require relocating when loaded. * * The object file format is currently ELF and object files can be separate * files or in an archive. Object files in an archive are referenced by - * specifing 'archive:object' format. For example 'libfoo.a:bar.o'. + * specifying 'archive:object' format. For example 'libfoo.a:bar.o'. */ /** -- cgit v1.2.3