Re: [PATCH v2 3/3] Doc: Fix spelling in RCU/rculist_nulls.txt.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jesper Dangaard Brouer
Date: Tuesday, March 31, 2009 - 12:36 pm

Doc: Fix spelling in RCU/rculist_nulls.txt.

Trival spelling fixes in RCU/rculist_nulls.txt.

Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
---

 Documentation/RCU/rculist_nulls.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Documentation/RCU/rculist_nulls.txt b/Documentation/RCU/rculist_nulls.txt
index 239f542..6389dec 100644
--- a/Documentation/RCU/rculist_nulls.txt
+++ b/Documentation/RCU/rculist_nulls.txt
@@ -21,7 +21,7 @@ if (obj) {
   /*
    * Because a writer could delete object, and a writer could
    * reuse these object before the RCU grace period, we
-   * must check key after geting the reference on object
+   * must check key after getting the reference on object
    */
   if (obj->key != key) { // not the object we expected
      put_ref(obj);
@@ -117,7 +117,7 @@ a race (some writer did a delete and/or a move of an object
 to another chain) checking the final 'nulls' value if
 the lookup met the end of chain. If final 'nulls' value
 is not the slot number, then we must restart the lookup at
-the begining. If the object was moved to same chain,
+the beginning. If the object was moved to the same chain,
 then the reader doesnt care : It might eventually
 scan the list again without harm.
 


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] Trivial doc fixes for RCU (v3), Jesper Dangaard Brouer, (Mon Mar 30, 2:02 am)
[PATCH 1/3] Doc: Fix missing whitespaces in RCU documentation., Jesper Dangaard Brouer, (Mon Mar 30, 2:02 am)
[PATCH 3/3] Doc: Fix spelling in RCU/rculist_nulls.txt., Jesper Dangaard Brouer, (Mon Mar 30, 2:03 am)
Re: [PATCH 3/3] Doc: Fix spelling in RCU/rculist_nulls.txt., Jarek Poplawski, (Mon Mar 30, 9:59 am)
Re: [PATCH 3/3] Doc: Fix spelling in RCU/rculist_nulls.txt., Jesper Dangaard Brouer, (Mon Mar 30, 12:59 pm)
[PATCH v2 3/3] Doc: Fix spelling in RCU/rculist_nulls.txt., Jesper Dangaard Brouer, (Mon Mar 30, 1:11 pm)
Re: [PATCH v2 3/3] Doc: Fix spelling in RCU/rculist_nulls.txt., Jesper Dangaard Brouer, (Tue Mar 31, 12:17 pm)
Re: [PATCH v2 3/3] Doc: Fix spelling in RCU/rculist_nulls.txt., Jesper Dangaard Brouer, (Tue Mar 31, 12:36 pm)
Re: [PATCH 0/3] Trivial doc fixes for RCU (v3), David Miller, (Thu Apr 2, 1:28 am)