X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fapi%2Flibbabeltrace2%2Fexamples%2Fdistill.c;fp=doc%2Fapi%2Flibbabeltrace2%2Fexamples%2Fdistill.c;h=b52650f9e7a2ab043645f2a71bcdfe027fe6b040;hp=81fe2e82776667a4ddb125c9d753507e94f5c63e;hb=d73113ac33485281eb246a4cedb30fc001e47ae0;hpb=da110483eccb522d3db135a903bb1366cd039207 diff --git a/doc/api/libbabeltrace2/examples/distill.c b/doc/api/libbabeltrace2/examples/distill.c index 81fe2e82..b52650f9 100644 --- a/doc/api/libbabeltrace2/examples/distill.c +++ b/doc/api/libbabeltrace2/examples/distill.c @@ -110,7 +110,7 @@ distill_message_iterator_initialize( /* Keep a link to the component's private data */ distill_iter->distill = distill; - /* Create the uptream message iterator */ + /* Create the upstream message iterator */ bt_message_iterator_create_from_message_iterator(self_message_iterator, distill->in_port, &distill_iter->message_iterator);