diff --git a/nshlib/nsh_fileapps.c b/nshlib/nsh_fileapps.c index 26db6e950..f32f0d494 100644 --- a/nshlib/nsh_fileapps.c +++ b/nshlib/nsh_fileapps.c @@ -88,7 +88,7 @@ * Attempt to execute the application task whose name is 'cmd' * * Returned Value: - * <0 If exec_builtin() fails, then the negated errno value + * <0 If posix_spawn() fails, then the negated errno value * is returned. * -1 (ERROR) if the application task corresponding to 'cmd' could not * be started (possibly because it doesn not exist).