patch-2.4.21 linux-2.4.21/drivers/md/lvm.c

Next file: linux-2.4.21/drivers/md/md.c
Previous file: linux-2.4.21/drivers/md/linear.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/md/lvm.c linux-2.4.21/drivers/md/lvm.c
@@ -2253,7 +2253,7 @@
 
 	if (lv_ptr->lv_access & LV_SNAPSHOT) {
 		/*
-		 * Atomically make the the snapshot invisible
+		 * Atomically make the snapshot invisible
 		 * to the original lv before playing with it.
 		 */
 		lv_t * org = lv_ptr->lv_snapshot_org;
@@ -2405,7 +2405,7 @@
 		}
 	}
 
-	/* save availiable i/o statistic data */
+	/* save available i/o statistic data */
 	if (old_lv->lv_stripes < 2) {	/* linear logical volume */
 		end = min(old_lv->lv_current_le, new_lv->lv_current_le);
 		for (l = 0; l < end; l++) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)