diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2007-03-05 13:10:58 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2007-03-05 13:10:58 +0000 |
commit | 873fbcd776b5c6e0b7caa1f1f87cc91a12d339db (patch) | |
tree | 2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/kern_descrip.c | |
parent | 491deb49c4d5eb6b35205a3079202be044f81742 (diff) | |
download | src-873fbcd776b5c6e0b7caa1f1f87cc91a12d339db.tar.gz src-873fbcd776b5c6e0b7caa1f1f87cc91a12d339db.zip |
Notes
Diffstat (limited to 'sys/kern/kern_descrip.c')
-rw-r--r-- | sys/kern/kern_descrip.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index 4a636de39d7d..f37126f4c906 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -263,7 +263,7 @@ getdtablesize(struct thread *td, struct getdtablesize_args *uap) /* * Duplicate a file descriptor to a particular value. * - * note: keep in mind that a potential race condition exists when closing + * Note: keep in mind that a potential race condition exists when closing * descriptors from a shared descriptor table (via rfork). */ #ifndef _SYS_SYSPROTO_H_ @@ -2187,8 +2187,8 @@ fdrop_locked(struct file *fp, struct thread *td) /* * Apply an advisory lock on a file descriptor. * - * Just attempt to get a record lock of the requested type on - * the entire file (l_whence = SEEK_SET, l_start = 0, l_len = 0). + * Just attempt to get a record lock of the requested type on the entire file + * (l_whence = SEEK_SET, l_start = 0, l_len = 0). */ #ifndef _SYS_SYSPROTO_H_ struct flock_args { |