patch-1.3.87 linux/drivers/block/linear.c
Next file: linux/drivers/block/ll_rw_blk.c
Previous file: linux/drivers/block/ide.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 12 09:49:33 1996
- Orig file:
v1.3.86/linux/drivers/block/linear.c
- Orig date:
Mon Feb 26 13:51:45 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/block/linear.c linux/drivers/block/linear.c
@@ -41,7 +41,7 @@
/*
Find out the smallest device. This was previously done
- at registery time, but since it violates modularity,
+ at registry time, but since it violates modularity,
I moved it here... Any comment ? ;-)
*/
@@ -63,7 +63,7 @@
{
data->hash_table[i].dev0=devices[minor]+cur;
- if (size>=data->smallest->size) /* If we completly fill the slot */
+ if (size>=data->smallest->size) /* If we completely fill the slot */
{
data->hash_table[i++].dev1=NULL;
size-=data->smallest->size;
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