From: Jérémie Galarneau Date: Wed, 1 Apr 2020 20:16:05 +0000 (-0400) Subject: relayd: clean-up: reference is repeated in comment X-Git-Tag: v2.13.0-rc1~696 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=4f173935e4dfec4ca32ab3825871736b7b0f64d8 relayd: clean-up: reference is repeated in comment Signed-off-by: Jérémie Galarneau Change-Id: I2d963d5a3c0a2980eb745780b342b1fa9b14184d --- diff --git a/src/bin/lttng-relayd/backward-compatibility-group-by.c b/src/bin/lttng-relayd/backward-compatibility-group-by.c index 8963dc286..45bbe1728 100644 --- a/src/bin/lttng-relayd/backward-compatibility-group-by.c +++ b/src/bin/lttng-relayd/backward-compatibility-group-by.c @@ -60,7 +60,7 @@ char *backward_compat_group_by_session( /* * The use of strtok with '/' as delimiter is valid since we refuse '/' * in session name and '/' is not a valid hostname character based on - * RFC-952 [1], RFC-921 [2] and refined in RFC-1123 [2]. + * RFC-952 [1], RFC-921 [2] and refined in RFC-1123 [3]. * [1] https://tools.ietf.org/html/rfc952 * [2] https://tools.ietf.org/html/rfc921 * [3] https://tools.ietf.org/html/rfc1123#page-13