Commit e1cdd680 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Fix typo

Summary:
Fix typo

(Note: this ignores all push blocking failures!)

Reviewed By: mokomull

Differential Revision: D21056053

fbshipit-source-id: 3bf4295f9c6be1c50cdc64f6bbdf1b34cce6bece
parent d2a4722e
......@@ -269,7 +269,7 @@ class AsyncUDPSocket : public EventHandler {
}
/**
* Set SO_SNDBUG option on the socket, if not zero. Default is zero.
* Set SO_SNDBUF option on the socket, if not zero. Default is zero.
*/
virtual void setSndBuf(int sndBuf) {
sndBuf_ = sndBuf;
......
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