patch-1.3.98 linux/fs/fcntl.c

Next file: linux/fs/locks.c
Previous file: linux/fs/ext2/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.97/linux/fs/fcntl.c linux/fs/fcntl.c
@@ -85,7 +85,7 @@
 			if (!(arg & FASYNC) && (filp->f_flags & FASYNC) &&
 			    filp->f_op->fasync)
 				filp->f_op->fasync(filp->f_inode, filp, 0);
-			/* requiered for SunOS emulation */
+			/* required for SunOS emulation */
 			if (O_NONBLOCK != O_NDELAY)
 			       if (arg & O_NDELAY)
 				   arg |= O_NONBLOCK;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this