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. */