From: RcRonco Date: Wed, 13 Dec 2017 19:26:12 +0000 (-0800) Subject: typo in io/Cursor.h X-Git-Tag: v2017.12.18.00~22 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9b471821c6bf11a45e3ad9cb20ad6e5616efe089;p=folly.git typo in io/Cursor.h Summary: Closes https://github.com/facebook/folly/pull/721 Differential Revision: D6558163 Pulled By: yfeldblum fbshipit-source-id: ed03aa92b54c61f9980a4759da29910aa77d5db6 --- diff --git a/folly/io/Cursor.h b/folly/io/Cursor.h index c32e3042..09f1712f 100644 --- a/folly/io/Cursor.h +++ b/folly/io/Cursor.h @@ -39,7 +39,7 @@ * * RWPrivateCursor - Read-write access, assumes private access to IOBuf chain * 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, * between the buffer's data() and tail()), while Appenders append to the end