patch-1.3.99 linux/include/asm-i386/locks.h

Next file: linux/include/asm-m68k/atomic.h
Previous file: linux/fs/xiafs/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.98/linux/include/asm-i386/locks.h linux/include/asm-i386/locks.h
@@ -21,7 +21,7 @@
 	while(lock_set_bit(0,&sp->lock))
 	{
 		/*
-		 *	Failed, but thats cos we own it!
+		 *	Failed, but that's cos we own it!
 		 */
 		 
 		if(sp->cpu==processor)
@@ -45,7 +45,7 @@
 		}
 		/*
 		 *	Someone wrote the line, we go 'I' and get
-		 *	the cache entry. Now try and regrab
+		 *	the cache entry. Now try to regrab
 		 */
 	}
 	sp->users++;sp->cpu=processor;
@@ -117,7 +117,7 @@
 extern __inline__ void spintestlock(struct spinlock *sp)
 {
 	/*
-	 *	We do no sanity checks, its legal to optimistically
+	 *	We do no sanity checks, it's legal to optimistically
 	 *	get a lower lock.
 	 */
 	prim_spin_lock_nb(sp);

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