]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/RCU/rculist_nulls.txt
trivial: Miscellaneous documentation typo fixes
[karo-tx-linux.git] / Documentation / RCU / rculist_nulls.txt
index 6389dec33459e84228ef43a00f9d80be158bab5d..93cb28d05dcd92da30dde47ec58205e2b0851022 100644 (file)
@@ -118,7 +118,7 @@ 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 beginning. If the object was moved to the same chain,
-then the reader doesnt care : It might eventually
+then the reader doesn't care : It might eventually
 scan the list again without harm.