From 437ed44dbbb8a04e0bcb62c092b7e8b7471b98a2 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 24 Aug 2022 11:41:31 -0400 Subject: [PATCH] doc: fix uptream -> upstream typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- doc/api/libbabeltrace2/examples/distill.c | 2 +- doc/api/libbabeltrace2/examples/epitome.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.34.1