From b8c526df70a4f68621e5dbdcc9cf1137219c8b6a Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Wed, 22 Aug 2001 19:12:24 +0000 Subject: [PATCH] Fix a simple typo I just happened to find. --- sys/kern/kern_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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