Commit 7ac48326 authored by Amir Livneh's avatar Amir Livneh Committed by Facebook Github Bot

Fix typo

Reviewed By: JunqiWang

Differential Revision: D15073399

fbshipit-source-id: 909fccfaa39da8f718b1195fa09ed2628f073c51
parent 05a81b12
...@@ -187,7 +187,7 @@ namespace folly { ...@@ -187,7 +187,7 @@ namespace folly {
* However, note that stack-allocated IOBufs may only be used as the head of a * However, note that stack-allocated IOBufs may only be used as the head of a
* chain (or standalone as the only IOBuf in a chain). All non-head members of * chain (or standalone as the only IOBuf in a chain). All non-head members of
* an IOBuf chain must be heap allocated. (All functions to add nodes to a * an IOBuf chain must be heap allocated. (All functions to add nodes to a
* chain require a std::unique_ptr<IOBuf>, which enforces this requrement.) * chain require a std::unique_ptr<IOBuf>, which enforces this requirement.)
* *
* Copying IOBufs is only meaningful for the head of a chain. The entire chain * Copying IOBufs is only meaningful for the head of a chain. The entire chain
* is cloned; the IOBufs will become shared, and the old and new IOBufs will * is cloned; the IOBufs will become shared, and the old and new IOBufs will
......
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