diff --git a/libc/unistd/execl.cpp b/libc/unistd/execl.cpp index 40f09dba..c486fa70 100644 --- a/libc/unistd/execl.cpp +++ b/libc/unistd/execl.cpp @@ -18,7 +18,7 @@ along with the Sortix C Library. If not, see . unistd/execl.cpp - Loads a process image. + Loads a program image. *******************************************************************************/ diff --git a/libc/unistd/execle.cpp b/libc/unistd/execle.cpp index 791b163f..e7160811 100644 --- a/libc/unistd/execle.cpp +++ b/libc/unistd/execle.cpp @@ -18,7 +18,7 @@ along with the Sortix C Library. If not, see . unistd/execle.cpp - Loads a process image. + Loads a program image. *******************************************************************************/ diff --git a/libc/unistd/execlp.cpp b/libc/unistd/execlp.cpp index 791340d1..9985d011 100644 --- a/libc/unistd/execlp.cpp +++ b/libc/unistd/execlp.cpp @@ -18,7 +18,7 @@ along with the Sortix C Library. If not, see . unistd/execlp.cpp - Loads a process image. + Loads a program image. *******************************************************************************/ diff --git a/libc/unistd/execv.cpp b/libc/unistd/execv.cpp index 69d08ce8..8e472c14 100644 --- a/libc/unistd/execv.cpp +++ b/libc/unistd/execv.cpp @@ -18,7 +18,7 @@ along with the Sortix C Library. If not, see . unistd/execv.cpp - Loads a process image. + Loads a program image. *******************************************************************************/ diff --git a/libc/unistd/execve.cpp b/libc/unistd/execve.cpp index 530c626e..31f191c2 100644 --- a/libc/unistd/execve.cpp +++ b/libc/unistd/execve.cpp @@ -18,7 +18,7 @@ along with the Sortix C Library. If not, see . unistd/execve.cpp - Loads a process image. + Loads a program image. *******************************************************************************/ diff --git a/libc/unistd/execvp.cpp b/libc/unistd/execvp.cpp index b7e19e97..6ff0c9c7 100644 --- a/libc/unistd/execvp.cpp +++ b/libc/unistd/execvp.cpp @@ -18,7 +18,7 @@ along with the Sortix C Library. If not, see . unistd/execvp.cpp - Loads a process image. + Loads a program image. *******************************************************************************/ diff --git a/libc/unistd/execvpe.cpp b/libc/unistd/execvpe.cpp index 028661f4..6297ace9 100644 --- a/libc/unistd/execvpe.cpp +++ b/libc/unistd/execvpe.cpp @@ -18,7 +18,7 @@ along with the Sortix C Library. If not, see . unistd/execvpe.cpp - Loads a process image. + Loads a program image. *******************************************************************************/