Commit e9ae08b8 authored by Zach Zundel's avatar Zach Zundel Committed by Facebook GitHub Bot

reclaimbale -> reclaimable

Summary: Found because I saw the error message

Reviewed By: magedm

Differential Revision: D23019298

fbshipit-source-id: 6744e9e6d0c21cf76db756f68b3e948a044e6888
parent 621beb2e
...@@ -671,7 +671,7 @@ class hazptr_domain { ...@@ -671,7 +671,7 @@ class hazptr_domain {
LOG(WARNING) LOG(WARNING)
<< "Using the default inline executor for asynchronous reclamation " << "Using the default inline executor for asynchronous reclamation "
"may be susceptible to deadlock if the current thread happens to " "may be susceptible to deadlock if the current thread happens to "
"hold a resource needed by the deleter of a reclaimbale object"; "hold a resource needed by the deleter of a reclaimable object";
} }
} }
}; // namespace folly }; // namespace folly
......
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