typo in comment

This commit is contained in:
zimoch
2013-10-23 14:31:35 +00:00
parent e36013d64e
commit c41ac44bd1

View File

@ -130,7 +130,7 @@ public:
StreamBuffer& append(const StreamBuffer& s)
{return append(s.buffer+s.offs, s.len);}
// operator += alias for set
// operator += alias for append
StreamBuffer& operator+=(char c)
{return append(c);}