diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2001-08-22 19:12:24 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2001-08-22 19:12:24 +0000 |
| commit | b8c526df70a4f68621e5dbdcc9cf1137219c8b6a (patch) | |
| tree | 4bf7c1edeb0aede0be009ec5ab009ab9b5cbcace /sys/kern/kern_exec.c | |
| parent | b8a7fd3f3ffc11f73d075342719f249013fc57fc (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
| -rw-r--r-- | sys/kern/kern_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index cd9d74e85092..c2e47d4e9bc3 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -350,7 +350,7 @@ interpret: * 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 |
