summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtl/rtl.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/rtl/rtl.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/rtl/rtl.h')
-rw-r--r--cpukit/include/rtems/rtl/rtl.h4
1 files changed, 2 insertions, 2 deletions
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'.
*/
/**