From 7a5ceb244ebc74e970e0ab77cf93d782f2b76bd3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Jun 2016 08:13:42 -0600 Subject: [PATCH] Fix error in comment --- nshlib/nsh_fileapps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).