patch-1.3.58 linux/ipc/msg.c
Next file: linux/ipc/util.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Jan 14 16:46:37 1996
- Orig file:
v1.3.57/linux/ipc/msg.c
- Orig date:
Sun Jan 14 16:30:15 1996
diff -u --recursive --new-file v1.3.57/linux/ipc/msg.c linux/ipc/msg.c
@@ -6,7 +6,7 @@
*
*/
-#include <linux/autoconf.h>
+#include <linux/config.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/msg.h>
@@ -190,7 +190,7 @@
return -EIDRM;
if ((msgflg & IPC_KERNELD) == 0)
/*
- * Non-root processes may recieve from kerneld!
+ * Non-root processes may receive from kerneld!
* i.e. no permission check if called from the kernel
* otoh we don't want user level non-root snoopers...
*/
@@ -554,7 +554,7 @@
/*
* We do perhaps need a "flush" for waiting processes,
* so that if they are terminated, a call from do_exit
- * will minimize the possibility of orphaned recieved
+ * will minimize the possibility of orphaned received
* messages in the queue. For now we just make sure
* that the queue is shut down whenever kerneld dies.
*/
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