LWN.net Logo

Trivial Typo fixes in ipc

From:  <ffrederick@prov-liege.be>
To:  <linux-kernel@vger.kernel.org>
Subject:  [PATCH] Trivial Typo fixes in ipc
Date:  Tue, 8 Jul 2003 09:59:29 CEST
Cc:  <ffrederick@users.sourceforge.net>

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)
 {


___________________________________



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds