summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl
diff options
context:
space:
mode:
authorJacob Shin <jacobshin313@gmail.com>2018-12-02 22:13:23 -0500
committerJoel Sherrill <joel@rtems.org>2018-12-02 22:07:18 -0600
commitd0a7f03a52eeb482690e55190da061dc4f39f2ce (patch)
tree267aa4792ca1a36e01a61ca4ef327563eea6dd6c /cpukit/libdl
parentpsxhdrs:Add POSIX conformance test for utime.h (GCI 2018) (diff)
downloadrtems-d0a7f03a52eeb482690e55190da061dc4f39f2ce.tar.bz2
5 spelling errors for a Google Code-In task.
Username: deuteriumoxide Email: jacobshin313@gmail.com
Diffstat (limited to 'cpukit/libdl')
-rw-r--r--cpukit/libdl/rtl-unresolved.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libdl/rtl-unresolved.c b/cpukit/libdl/rtl-unresolved.c
index 4992c3bb4a..f42fc7d03d 100644
--- a/cpukit/libdl/rtl-unresolved.c
+++ b/cpukit/libdl/rtl-unresolved.c
@@ -153,7 +153,7 @@ rtems_rtl_unresolved_find_name (rtems_rtl_unresolved* unresolved,
}
/**
- * Struct to pass relocation data in the interator.
+ * Struct to pass relocation data in the iterator.
*/
typedef struct rtems_rtl_unresolved_reloc_data
{
@@ -267,7 +267,7 @@ rtems_rtl_unresolved_compact (void)
if (rec->rec.name.refs == 0)
{
/*
- * Iterate over the remainnig reloc records and update the index.
+ * Iterate over the remaining reloc records and update the index.
*/
rtems_chain_node* reindex_node;
rtems_rtl_unresolv_rec* reindex_first;