patch-1.3.87 linux/include/asm-i386/locks.h
Next file: linux/include/asm-i386/pgtable.h
Previous file: linux/include/asm-i386/bitops.h
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Fri Apr 12 09:49:44 1996
 -  Orig file: 
v1.3.86/linux/include/asm-i386/locks.h
 -  Orig date: 
Wed Apr  3 16:06:57 1996
 
diff -u --recursive --new-file v1.3.86/linux/include/asm-i386/locks.h linux/include/asm-i386/locks.h
@@ -83,7 +83,7 @@
 
 
 /*
- *	These wrap the locking primtives up for usage
+ *	These wrap the locking primitives up for usage
  */
  
 extern __inline__ void spinlock(struct spinlock *sp)
@@ -126,7 +126,7 @@
 extern __inline__ void spintestunlock(struct spinlock *sp)
 {
 	/*
-	 *	A testlock doesnt update the lock chain so we
+	 *	A testlock doesn't update the lock chain so we
 	 *	must not update it on free
 	 */
 	prim_spin_unlock(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