Commit 3383a04e authored by Enji Cooper's avatar Enji Cooper Committed by Facebook Github Bot

Fix typos ("and and" -> "and")

Reviewed By: yfeldblum

Differential Revision: D7091797

fbshipit-source-id: cbba7e5c17e1b6d4446570fb7a2b888db8bcd17e
parent be9eff5a
......@@ -171,7 +171,7 @@ class NodeT : public folly::hazptr::hazptr_obj_base<
* * insert / erase could be lock / wait free. Would need to be
* careful that assign and rehash don't conflict (possibly with
* reader/writer lock, or microlock per node or per bucket, etc).
* Java 8 goes halfway, and and does lock per bucket, except for the
* Java 8 goes halfway, and does lock per bucket, except for the
* first item, that is inserted with a CAS (which is somewhat
* specific to java having a lock per object)
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment