linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Trivial Typo fixes in ipc
@ 2003-07-08  7:59 ffrederick
  0 siblings, 0 replies; only message in thread
From: ffrederick @ 2003-07-08  7:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: ffrederick

Fabian Frederick:
	-<ipc> typo fixes

--- util.orig	2003-07-08 08:59:03.000000000 +0200
+++ util.c	2003-07-08 08:59:15.000000000 +0200
@@ -432,12 +432,12 @@ void ipc64_perm_to_ipc_perm (struct ipc6
  * So far only shm_get_stat() calls ipc_get() via shm_get(), so ipc_get()
  * is called with shm_ids.sem locked.  Since grow_ary() is also called with
  * shm_ids.sem down(for Shared Memory), there is no need to add read 
- * barriers here to gurantee the writes in grow_ary() are seen in order 
+ * barriers here to guarantee the writes in grow_ary() are seen in order 
  * here (for Alpha).
  *
- * However ipc_get() itself does not necessary require ipc_ids.sem down. So
+ * However ipc_get() itself does not necessarily require ipc_ids.sem down. So
  * if in the future ipc_get() is used by other places without ipc_ids.sem
- * down, then ipc_get() needs read memery barriers as ipc_lock() does.
+ * down, then ipc_get() needs read memory barriers as ipc_lock() does.
  */
 struct kern_ipc_perm* ipc_get(struct ipc_ids* ids, int id)
 {


___________________________________




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-08  7:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-08  7:59 [PATCH] Trivial Typo fixes in ipc ffrederick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).