Commit 9b471821 authored by RcRonco's avatar RcRonco Committed by Facebook Github Bot

typo in io/Cursor.h

Summary: Closes https://github.com/facebook/folly/pull/721

Differential Revision: D6558163

Pulled By: yfeldblum

fbshipit-source-id: ed03aa92b54c61f9980a4759da29910aa77d5db6
parent f885995c
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
* *
* RWPrivateCursor - Read-write access, assumes private access to IOBuf chain * RWPrivateCursor - Read-write access, assumes private access to IOBuf chain
* RWUnshareCursor - Read-write access, calls unshare on write (COW) * RWUnshareCursor - Read-write access, calls unshare on write (COW)
* Appender - Write access, assumes private access to IOBuf chian * Appender - Write access, assumes private access to IOBuf chain
* *
* Note that RW cursors write in the preallocated part of buffers (that is, * Note that RW cursors write in the preallocated part of buffers (that is,
* between the buffer's data() and tail()), while Appenders append to the end * between the buffer's data() and tail()), while Appenders append to the end
......
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