relayd: clean-up: reference is repeated in comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 1 Apr 2020 20:16:05 +0000 (16:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 1 Apr 2020 20:16:05 +0000 (16:16 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I2d963d5a3c0a2980eb745780b342b1fa9b14184d

src/bin/lttng-relayd/backward-compatibility-group-by.c

index 8963dc2866b2944486e0ae10b5c5ba8ad7246d0f..45bbe17284b551a5f7ddb5b667a445bfc486b725 100644 (file)
@@ -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
This page took 0.027833 seconds and 4 git commands to generate.