summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/mainpage.h
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-03 21:37:32 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-04 15:12:53 -0600
commit0446f680564b171a349e4efaf9f4834d938ae040 (patch)
tree1de28509192154d05e32cebc71417c8ce8cd0b16 /cpukit/include/rtems/rtems/mainpage.h
parentpsxhdrs: Added POSIX Compliance Test fot sys/time.h (GCI 2018) (diff)
downloadrtems-0446f680564b171a349e4efaf9f4834d938ae040.tar.bz2
Spelling and grammar fixes in source code comments (GCI 2018)
Diffstat (limited to 'cpukit/include/rtems/rtems/mainpage.h')
-rw-r--r--cpukit/include/rtems/rtems/mainpage.h4
1 files changed, 2 insertions, 2 deletions
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 @@
* </table>
*
* 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