patch-1.3.87 linux/fs/dquot.c
Next file: linux/fs/ext2/symlink.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Apr 12 09:49:44 1996
- Orig file:
v1.3.86/linux/fs/dquot.c
- Orig date:
Mon Feb 12 06:45:30 1996
diff -u --recursive --new-file v1.3.86/linux/fs/dquot.c linux/fs/dquot.c
@@ -8,7 +8,7 @@
* block. These routines take care of the administration needed to
* have a consistent diskquota tracking system. The ideas of both
* user and group quotas are based on the Melbourne quota system as
- * used on BSD derivated systems. The internal implementation is
+ * used on BSD derived systems. The internal implementation is
* based on the LINUX inode-subsystem with added complexity of the
* diskquota system. This implementation is not based on any BSD
* kernel sourcecode.
@@ -757,7 +757,7 @@
}
/*
- * Externaly referenced funtions trough dq_operations.
+ * Externally referenced functions through dquot_operations.
*/
int dquot_alloc_block(const struct inode *inode, unsigned long number)
{
@@ -872,7 +872,7 @@
}
/*
- * Finaly perform the needed transfer from transfer_from to transfer_to.
+ * Finally perform the needed transfer from transfer_from to transfer_to.
* And release any pointer to dquots not needed anymore.
*/
for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
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