X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fdmesg%2Fdmesg.c;h=790b58d4b15a8901d7c66f3309be2d7e82dfa4fe;hb=e74015680521597497c3218160a9e80081932896;hp=d23e31bec5cd0b69b5b1079aae0b81a25417214b;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/src/plugins/text/dmesg/dmesg.c b/src/plugins/text/dmesg/dmesg.c index d23e31be..790b58d4 100644 --- a/src/plugins/text/dmesg/dmesg.c +++ b/src/plugins/text/dmesg/dmesg.c @@ -852,7 +852,7 @@ bt_message_iterator_class_next_method_status dmesg_msg_iter_next( * accumulated message objects in the output * message array, so we need to return * BT_SELF_MESSAGE_ITERATOR_STATUS_OK so that they - * are transfered to downstream. This other status + * are transferred to downstream. This other status * occurs again the next time muxer_msg_iter_do_next() * is called, possibly without any accumulated * message, in which case we'll return it.