X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.cpp;h=99037e417c0db58cd76e267383a9f3f7dc1bd068;hb=0359d56c6cbb7a41c36ba6c387acb9dd89c54628;hp=416d812a64f2d237238170faa26788fc125e8aea;hpb=76bcac588cf4812f6a429ff81734910a0fcb4f64;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/live.cpp b/src/bin/lttng-relayd/live.cpp index 416d812a6..99037e417 100644 --- a/src/bin/lttng-relayd/live.cpp +++ b/src/bin/lttng-relayd/live.cpp @@ -2168,7 +2168,7 @@ static int viewer_get_metadata(struct relay_connection *conn) * status before a stream disappears, otherwise they abort the * entire live connection when receiving an error status. * - * Clear feature resets the metadata_sent to 0 until the + * Clear feature resets the metadata_received to 0 until the * same metadata is received again. */ reply.status = htobe32(LTTNG_VIEWER_NO_NEW_METADATA);