aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_fork.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 00:53:10 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 00:53:10 +0000
commit1ce4275dd2c639eb1ce78cba2fd31d4b61f72562 (patch)
tree9e9b96bea2930f9753734791c14ec7c6eca81063 /sys/compat/linux/linux_fork.c
parent72ffecf147ad107e69a87f7f539b5ea5d232f2e5 (diff)
downloadsrc-1ce4275dd2c639eb1ce78cba2fd31d4b61f72562.tar.gz
src-1ce4275dd2c639eb1ce78cba2fd31d4b61f72562.zip
sys/compat/linux*: spelling fixes.
Mostly on comments but there are some user-visible messages as well. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=298829
Diffstat (limited to 'sys/compat/linux/linux_fork.c')
-rw-r--r--sys/compat/linux/linux_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_fork.c b/sys/compat/linux/linux_fork.c
index 94d9df5d8020..de1d041c19ec 100644
--- a/sys/compat/linux/linux_fork.c
+++ b/sys/compat/linux/linux_fork.c
@@ -163,7 +163,7 @@ linux_clone_proc(struct thread *td, struct linux_clone_args *args)
ff |= RFSIGSHARE;
/*
* XXX: In Linux, sharing of fs info (chroot/cwd/umask)
- * and open files is independant. In FreeBSD, its in one
+ * and open files is independent. In FreeBSD, its in one
* structure but in reality it does not cause any problems
* because both of these flags are usually set together.
*/