From: Simon Marchi Date: Wed, 24 Aug 2022 15:41:31 +0000 (-0400) Subject: doc: fix uptream -> upstream typos X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=437ed44dbbb8a04e0bcb62c092b7e8b7471b98a2 doc: fix uptream -> upstream typos Change-Id: Ic52f47c1b3fbbeb2db6da260c1d75570ec6542d5 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/8742 CI-Build: Jérémie Galarneau Tested-by: jenkins Reviewed-by: Philippe Proulx --- 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); diff --git a/doc/api/libbabeltrace2/examples/epitome.c b/doc/api/libbabeltrace2/examples/epitome.c index 852ca3f7..ab68408f 100644 --- a/doc/api/libbabeltrace2/examples/epitome.c +++ b/doc/api/libbabeltrace2/examples/epitome.c @@ -81,7 +81,7 @@ epitome_out_graph_is_configured(bt_self_component_sink *self_component_sink) bt_self_component_sink_borrow_input_port_by_index( self_component_sink, 0); - /* Create the uptream message iterator */ + /* Create the upstream message iterator */ bt_message_iterator_create_from_sink_component(self_component_sink, in_port, &epitome_out->message_iterator);