typo in io/Cursor.h
authorRcRonco <roncohen04@gmail.com>
Wed, 13 Dec 2017 19:26:12 +0000 (11:26 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 13 Dec 2017 19:36:13 +0000 (11:36 -0800)
Summary: Closes https://github.com/facebook/folly/pull/721

Differential Revision: D6558163

Pulled By: yfeldblum

fbshipit-source-id: ed03aa92b54c61f9980a4759da29910aa77d5db6

folly/io/Cursor.h

index c32e30429ce65087704e2b8d1eb3efa2b4c25401..09f1712fd76e160a5442b74a806e1c5ae3ae36ba 100644 (file)
@@ -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