This regression was introduced in 02585b0b59becfbf14749f08069862f120000bdf.
Signed-off-by: Sven Eckelmann sven@narfation.org --- routing.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/routing.c b/routing.c index 3a3cfb8..7ca4b42 100644 --- a/routing.c +++ b/routing.c @@ -1232,7 +1232,7 @@ int recv_tt_query(struct sk_buff *skb, struct hard_iface *recv_if) } break; case TT_RESPONSE: - /* packet needs to be linearised to access the TT changes records */ + /* packet needs to be linearised to access the TT changes */ if (skb_linearize(skb) < 0) goto out;