diff -ur a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c
--- a/arch/i386/kernel/io_apic.c	Mon Feb 24 11:05:15 2003
+++ b/arch/i386/kernel/io_apic.c	Tue Feb 25 09:55:01 2003
@@ -2063,7 +2063,7 @@
 }
 
 /*
- *	Called after all the initialization is done. If we didnt find any
+ *	Called after all the initialization is done. If we didn't find any
  *	APIC bugs then we can allow the modify fast path
  */
  
diff -ur a/drivers/block/ll_rw_blk.c b/drivers/block/ll_rw_blk.c
--- a/drivers/block/ll_rw_blk.c	Mon Feb 24 11:05:07 2003
+++ b/drivers/block/ll_rw_blk.c	Tue Feb 25 09:55:03 2003
@@ -1578,7 +1578,7 @@
 	request_queue_t *q = req->q;
 	
 	/*
-	 * if req->q isn't set, this request didnt originate from the
+	 * if req->q isn't set, this request didn't originate from the
 	 * block layer, so it's safe to just disregard it
 	 */
 	if (q) {
diff -ur a/drivers/scsi/wd7000.c b/drivers/scsi/wd7000.c
--- a/drivers/scsi/wd7000.c	Mon Feb 24 11:06:01 2003
+++ b/drivers/scsi/wd7000.c	Tue Feb 25 09:55:09 2003
@@ -874,7 +874,7 @@
 		}
 	}
 
-	/* Take the lock, then check we didnt get beaten, if so try again */
+	/* Take the lock, then check we didn't get beaten, if so try again */
 	spin_lock_irqsave(&scbpool_lock, flags);
 	if (freescbs < needed) {
 		spin_unlock_irqrestore(&scbpool_lock, flags);
diff -ur a/fs/xfs/xfs_quota.h b/fs/xfs/xfs_quota.h
--- a/fs/xfs/xfs_quota.h	Mon Feb 24 11:06:01 2003
+++ b/fs/xfs/xfs_quota.h	Tue Feb 25 09:55:13 2003
@@ -140,7 +140,7 @@
  * The inode cannot go inactive as long a reference is kept, and
  * therefore if dquot(s) were attached, they'll stay consistent.
  * If, for example, the ownership of the inode changes while
- * we didnt have the inode locked, the appropriate dquot(s) will be
+ * we didn't have the inode locked, the appropriate dquot(s) will be
  * attached atomically.
  */
 #define XFS_NOT_DQATTACHED(mp, ip) ((XFS_IS_UQUOTA_ON(mp) &&\
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/