[lttng-dev] [PATCH babeltrace 1/3] Typo: priorty -> priority
Michael Jeanson
mjeanson at efficios.com
Thu Oct 12 21:15:25 UTC 2017
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
plugins/utils/muxer/muxer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/utils/muxer/muxer.c b/plugins/utils/muxer/muxer.c
index efecf6c..d8ea3b0 100644
--- a/plugins/utils/muxer/muxer.c
+++ b/plugins/utils/muxer/muxer.c
@@ -638,7 +638,7 @@ int get_notif_ts_ns(struct muxer_comp *muxer_comp,
* the youngest.
*/
if (bt_clock_class_priority_map_get_clock_class_count(cc_prio_map) == 0) {
- BT_LOGV_STR("Notification's clock class priorty map contains 0 clock classes: "
+ BT_LOGV_STR("Notification's clock class priority map contains 0 clock classes: "
"using the last returned timestamp.");
*ts_ns = last_returned_ts_ns;
goto end;
--
2.7.4
More information about the lttng-dev
mailing list