summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-22 19:12:24 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-08-22 19:12:24 +0000
commitb8c526df70a4f68621e5dbdcc9cf1137219c8b6a (patch)
tree4bf7c1edeb0aede0be009ec5ab009ab9b5cbcace /sys/kern/kern_exec.c
parentb8a7fd3f3ffc11f73d075342719f249013fc57fc (diff)
Notes
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c2
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