Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: net/udp/datagram_server_socket.h

Issue 10783029: Fix comment nits. This is a follow-up to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/udp/udp_socket_libevent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/udp/datagram_server_socket.h
===================================================================
--- net/udp/datagram_server_socket.h (revision 146925)
+++ net/udp/datagram_server_socket.h (working copy)
@@ -60,12 +60,12 @@
// Set the send buffer size (in bytes) for the socket.
virtual bool SetSendBufferSize(int32 size) = 0;
- // Allow the socket to share the local address to which socket will
+ // Allow the socket to share the local address to which the socket will
// be bound with other processes. Should be called before Listen().
virtual void AllowAddressReuse() = 0;
- // Allow sending and receiving packets sent to and from broadcast
wtc 2012/07/17 00:05:15 This "sent" seems extraneous, so I think it can be
- // addresses. Should be called before Listen().
+ // Allow sending and receiving packets to and from broadcast addresses.
+ // Should be called before Listen().
virtual void AllowBroadcast() = 0;
};
« no previous file with comments | « no previous file | net/udp/udp_socket_libevent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698