aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_acl.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:26:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:26:07 +0000
commitb5368498b53bc0ac1cb14dc82704ed314cc58b63 (patch)
tree0089d9621d3ae196482234bec7cd9e4d1ba27246 /sys/kern/vfs_acl.c
parente6f54704688a8ba9b76ceafa98bbeae25aedd61b (diff)
downloadsrc-b5368498b53bc0ac1cb14dc82704ed314cc58b63.tar.gz
src-b5368498b53bc0ac1cb14dc82704ed314cc58b63.zip
Replay minor system call comment cleanup applied to kern_acl.c in a race
with repo-copy of kern_acl.c to vfs_acl.c.
Notes
Notes: svn path=/head/; revision=167234
Diffstat (limited to 'sys/kern/vfs_acl.c')
-rw-r--r--sys/kern/vfs_acl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c
index 0a276a2e38b9..c2456be6ce8c 100644
--- a/sys/kern/vfs_acl.c
+++ b/sys/kern/vfs_acl.c
@@ -264,7 +264,7 @@ __acl_set_link(struct thread *td, struct __acl_set_link_args *uap)
}
/*
- * Given a file descriptor, get an ACL for it
+ * Given a file descriptor, get an ACL for it.
*/
int
__acl_get_fd(struct thread *td, struct __acl_get_fd_args *uap)
@@ -283,7 +283,7 @@ __acl_get_fd(struct thread *td, struct __acl_get_fd_args *uap)
}
/*
- * Given a file descriptor, set an ACL for it
+ * Given a file descriptor, set an ACL for it.
*/
int
__acl_set_fd(struct thread *td, struct __acl_set_fd_args *uap)