summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-09-18 20:28:31 +0000
committerChris Wilson <chris+github@qwirx.com>2014-09-18 20:28:31 +0000
commit6a9f012eb9044adada400a6ef613ed684abb7b34 (patch)
treefe7f51b8749e9e8fe5bbaeb7704b5e513f60b1fd /lib/server
parent36c310997220d613f5d8f4e07c54a9de559bfc5b (diff)
Update comment to match current method name
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/Protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/Protocol.cpp b/lib/server/Protocol.cpp
index 7e581213..937a2379 100644
--- a/lib/server/Protocol.cpp
+++ b/lib/server/Protocol.cpp
@@ -244,7 +244,7 @@ std::auto_ptr<Message> Protocol::ReceiveInternal()
// --------------------------------------------------------------------------
//
// Function
-// Name: Protocol::Send()
+// Name: Protocol::SendInternal()
// Purpose: Send an object to the other side of the connection.
// Created: 2003/08/19
//