Fixed two typos in the comment.

Pointed out by:	davidg
This commit is contained in:
Sujal Patel 1996-04-29 15:07:59 +00:00
parent 88ce2dd1ef
commit 24b34f097b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15448

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: kern_exec.c,v 1.37 1996/03/10 08:42:54 sos Exp $
* $Id: kern_exec.c,v 1.38 1996/04/08 01:21:59 davidg Exp $
*/
#include <sys/param.h>
@ -248,7 +248,7 @@ execve(p, uap, retval)
p->p_comm[len] = 0;
/*
* mark as executable, wakeup any process that was vforked and tell
* mark as execed, wakeup the process that vforked (if any) and tell
* it that it now has it's own resources back
*/
p->p_flag |= P_EXEC;