summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-07-17 05:33:22 +0000
committerbz <bz@FreeBSD.org>2011-07-17 05:33:22 +0000
commit0b1276123e97643596f326b141c2bd248747c319 (patch)
treef81e0ad229f6afb4117e513753b28752a4518683 /sys/compat
parenta0f6b2fbcaa7f586eb7182479296839c0ae44ba2 (diff)
downloadFreeBSD-src-0b1276123e97643596f326b141c2bd248747c319.zip
FreeBSD-src-0b1276123e97643596f326b141c2bd248747c319.tar.gz
Remove the 'either' from the comment as it'll be less obvious that we
removed semmap in a bit of time from now. Re-wrap. Suggested by: jhb
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_ipc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c
index a43de95..36223b1 100644
--- a/sys/compat/linux/linux_ipc.c
+++ b/sys/compat/linux/linux_ipc.c
@@ -578,10 +578,10 @@ linux_semctl(struct thread *td, struct linux_semctl_args *args)
bcopy(&seminfo, &linux_seminfo.semmni, sizeof(linux_seminfo) -
sizeof(linux_seminfo.semmap) );
/*
- * Linux does not use the semmap field either but populates it
- * with the defined value from SEMMAP, which really is redefined
- * to SEMMNS, which they define as SEMMNI * SEMMSL.
- * Try to simulate this returning our dynamic semmns value.
+ * Linux does not use the semmap field but populates it with
+ * the defined value from SEMMAP, which really is redefined to
+ * SEMMNS, which they define as SEMMNI * SEMMSL. Try to
+ * simulate this returning our dynamic semmns value.
*/
linux_seminfo.semmap = linux_seminfo.semmns;
/* XXX BSD equivalent?
OpenPOWER on IntegriCloud