Skip to content

Commit

Permalink
Misc: fixed comment - [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcidev committed Aug 18, 2015
1 parent 3266be5 commit fa9477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Server/PacketHandlers/ByteBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ByteBuffer& ByteBuffer::operator << (std::string const& value)
return *this;
}

// Stores float value in stream
// Stores stream from another buffer in this buffer
ByteBuffer& ByteBuffer::operator << (ByteBuffer const& value)
{
append((uint8_t const*)&value.GetStorage()[0], value.GetStorage().size());
Expand Down

0 comments on commit fa9477f

Please sign in to comment.