X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=5c14dd1d80be07eeda87fae696cbde7a450de8ec;hb=83f4233dde73280d45fcfb799add96cce32098ce;hp=e182c991f147baf89bcb482da2ff9b4936d775b6;hpb=f5dbe415fb8c3efcdcd68968b8cc8f40369b9cd9;p=lttng-tools.git diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index e182c991f..5c14dd1d8 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -2374,7 +2374,7 @@ restart: len = ctx->on_buffer_ready(stream, ctx); /* * We don't check the return value here since if we get - * a negative len, it means an error occured thus we + * a negative len, it means an error occurred thus we * simply remove it from the poll set and free the * stream. */ @@ -2401,7 +2401,7 @@ restart: len = ctx->on_buffer_ready(stream, ctx); /* * We don't check the return value here since if we get - * a negative len, it means an error occured thus we + * a negative len, it means an error occurred thus we * simply remove it from the poll set and free the * stream. */