summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-02-28 20:14:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-02-28 20:14:10 +0000
commitdb2c804aa82a3ca7160e7dd021991a2de5bdd3eb (patch)
treee5750a73e8702493341ed60bbe4b31518fc2b294 /cpukit
parent2010-02-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-db2c804aa82a3ca7160e7dd021991a2de5bdd3eb.tar.bz2
2010-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shell_script.c: Fix typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libmisc/shell/shell_script.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index cb7bfd0412..033f044f6a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libmisc/shell/shell_script.c: Fix typo.
+
2010-02-26 Chris Johns <chrisj@rtems.org>
* libfs/src/rfs/rtems-rfs-block.c: Reset a buffer handle after
diff --git a/cpukit/libmisc/shell/shell_script.c b/cpukit/libmisc/shell/shell_script.c
index 9b7587dd1c..7ff6f816e4 100644
--- a/cpukit/libmisc/shell/shell_script.c
+++ b/cpukit/libmisc/shell/shell_script.c
@@ -320,7 +320,7 @@ int rtems_shell_script_file(
*/
/*
- * Check for arguments in fist line of the script. This changes
+ * Check for arguments in the first line of the script. This changes
* how the shell task is run.
*/