[rtems commit] 5 spelling errors for a Google Code-In task.

Joel Sherrill joel at rtems.org
Mon Dec 3 04:07:23 UTC 2018


Module:    rtems
Branch:    master
Commit:    d0a7f03a52eeb482690e55190da061dc4f39f2ce
Changeset: http://git.rtems.org/rtems/commit/?id=d0a7f03a52eeb482690e55190da061dc4f39f2ce

Author:    Jacob Shin <jacobshin313 at gmail.com>
Date:      Sun Dec  2 22:13:23 2018 -0500

5 spelling errors for a Google Code-In task.

Username: deuteriumoxide Email: jacobshin313 at gmail.com

---

 aclocal/project-root.m4              | 2 +-
 cpukit/libdl/rtl-unresolved.c        | 4 ++--
 cpukit/libfs/src/rfs/rtems-rfs-dir.c | 2 +-
 cpukit/posix/src/sigwaitinfo.c       | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/aclocal/project-root.m4 b/aclocal/project-root.m4
index 6233d8d..ffe5c6f 100644
--- a/aclocal/project-root.m4
+++ b/aclocal/project-root.m4
@@ -5,7 +5,7 @@ dnl                       installation directory inside the build-tree
 dnl RTEMS_TOPdir       .. relative path of a subpackage's configure.ac to the
 dnl                       toplevel configure.ac of the source-tree
 dnl RTEMS_ROOT         .. path to the top of a bsp's build directory
-dnl                       [Applied by custom/*.cfg, depredicated otherwise]
+dnl                       [Applied by custom/*.cfg, deprecated otherwise]
 dnl
 
 AC_DEFUN([RTEMS_PROJECT_ROOT],
diff --git a/cpukit/libdl/rtl-unresolved.c b/cpukit/libdl/rtl-unresolved.c
index 4992c3b..f42fc7d 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;
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
index ceaafc5..a49ab84 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
@@ -7,7 +7,7 @@
  * These functions manage blocks in the directory format. A directory entry is
  * a variable length record in the block. The entry consists of a length, hash
  * and the string. The length allows the next entry to be located and the hash
- * allows a simple check to be performed wihtout a string compare. Directory
+ * allows a simple check to be performed without a string compare. Directory
  * entries do not span a block and removal of an entry results in the space in
  * the block being compacted and the spare area being initialised to ones.
  *
diff --git a/cpukit/posix/src/sigwaitinfo.c b/cpukit/posix/src/sigwaitinfo.c
index 7bfa1b7..ec74de9 100644
--- a/cpukit/posix/src/sigwaitinfo.c
+++ b/cpukit/posix/src/sigwaitinfo.c
@@ -1,7 +1,7 @@
 /**
  * @file
  *
- * @brief Suspends Execution of Calling Thread until Signals in set Deleivered
+ * @brief Suspends Execution of Calling Thread until Signals in set Delivered
  */
 
 /*



More information about the vc mailing list