Fix a simple typo I just happened to find.

This commit is contained in:
Alexander Langer 2001-08-22 19:12:24 +00:00
parent b8a7fd3f3f
commit b8c526df70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82147

View File

@ -350,7 +350,7 @@ execve(p, uap)
* Implement correct POSIX saved-id behavior.
*
* XXX: It's not clear that the existing behavior is
* POSIX-compliant. A number of sourses indicate that the saved
* POSIX-compliant. A number of sources indicate that the saved
* uid/gid should only be updated if the new ruid is not equal to
* the old ruid, or the new euid is not equal to the old euid and
* the new euid is not equal to the old ruid. The FreeBSD code