diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-23 04:11:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-23 04:11:47 +0000 |
commit | 7f452188f2c780323f1f16cb64ac50cee4704ace (patch) | |
tree | 002e37ab374b7005ac4afce103796b99c0f435e2 /sys/compat/linux/linux_misc.c | |
parent | 556aee4bcecb016e52a835606c08798b4c746df5 (diff) |
adjust a comment or two
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index c087a93b131..eda30fe40ff 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_misc.c,v 1.84 2013/12/08 03:30:01 brad Exp $ */ +/* $OpenBSD: linux_misc.c,v 1.85 2014/01/23 04:11:46 tedu Exp $ */ /* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */ /*- @@ -1223,7 +1223,7 @@ getdents_common(p, v, retval, is64bit) /* * Not sure why the arguments to this older version of select() were put - * into a structure, because there are 5, and that can all be handled + * into a structure, because there are 5, and that can be handled all * in registers on the i386 like Linux wants to. */ int @@ -1676,7 +1676,8 @@ linux_sys_prctl(struct proc *p, void *v, register_t *retval) *retval = 0; break; case LINUX_PR_SET_KEEPCAPS: - /* Ignore requests to keep the effective and permitted + /* + * Ignore requests to keep the effective and permitted * capability sets when the user id becomes non-zero. */ break; |