summaryrefslogtreecommitdiffstats
path: root/flow/pipebuffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'flow/pipebuffer.cc')
-rw-r--r--flow/pipebuffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/pipebuffer.cc b/flow/pipebuffer.cc
index 532e58f..5fb81fb 100644
--- a/flow/pipebuffer.cc
+++ b/flow/pipebuffer.cc
@@ -97,7 +97,7 @@ void PipeBuffer::skip(long size)
{
PipeSegment *first = *segments.begin();
- // if we have less data to skip than the first segment tqcontains
+ // if we have less data to skip than the first segment contains
if(size < first->remaining())
{
// skip the data inside the segment