X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FConcurrentSkipList.h;h=8b06f3317db976f165676d407dd755a912b00d95;hp=7d5cb9589c478fa2bcdf916a623d9149bf0fab10;hb=55af3d190b31e6b09943bb6456dc1085688fc007;hpb=16f34c7d5024564897bd4ab6ca9b6725747c2ea6 diff --git a/folly/ConcurrentSkipList.h b/folly/ConcurrentSkipList.h index 7d5cb958..8b06f331 100644 --- a/folly/ConcurrentSkipList.h +++ b/folly/ConcurrentSkipList.h @@ -235,7 +235,7 @@ class ConcurrentSkipList { // if found, succs[0..foundLayer] need to point to the cached foundNode, // as foundNode might be deleted at the same time thus pred->skip() can - // return NULL or another node. + // return nullptr or another node. succs[layer] = foundNode ? foundNode : node; } return foundLayer;