From db2c804aa82a3ca7160e7dd021991a2de5bdd3eb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 28 Feb 2010 20:14:10 +0000 Subject: [PATCH] 2010-02-28 Joel Sherrill * libmisc/shell/shell_script.c: Fix typo. --- cpukit/ChangeLog | 4 ++++ cpukit/libmisc/shell/shell_script.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * libmisc/shell/shell_script.c: Fix typo. + 2010-02-26 Chris Johns * 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. */