patch-1.3.87 linux/ipc/msg.c

Next file: linux/ipc/shm.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.86/linux/ipc/msg.c linux/ipc/msg.c
@@ -417,7 +417,7 @@
 	
 	/*
 	 * If the IPC_KERNELD flag is set, the key is forced to IPC_PRIVATE,
-	 * and a designated kerneld message queue is created/refered to
+	 * and a designated kerneld message queue is created/referred to
 	 */
 	if ((msgflg & IPC_KERNELD)) {
 		int i;
@@ -599,7 +599,7 @@
 			return -EPERM;
 		/*
 		 * There is only one kerneld message queue,
-		 * mark it as non-existant
+		 * mark it as non-existent
 		 */
 		if ((kerneld_msqid >= 0) && (msqid == kerneld_msqid))
 			kerneld_msqid = -1;

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