getloadavg: Don't clobber LIBS. Regression from previous commit.
[pspp] / lib / execute.c
index fe57e22072c6194ae970508139b843ea813b68b1..6de6c62f83daef10842555b1a428a5d77bf6f1b9 100644 (file)
@@ -158,7 +158,7 @@ execute (const char *progname,
                            (const char **) environ);
       if (exitcode < 0 && errno == ENOEXEC)
         {
-          /* prog is not an native executable.  Try to execute it as a
+          /* prog is not a native executable.  Try to execute it as a
              shell script.  Note that prepare_spawn() has already prepended
              a hidden element "sh.exe" to prog_argv.  */
           --prog_argv;