From 331b37ac9a4ef76e63f6e68add8d97061f67b4c6 Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Mon, 1 Jul 2024 20:53:35 +0300 Subject: [PATCH] ptpclock: Fix typo in comments s/continous/continuous/ Part-of: --- subprojects/gstreamer/libs/gst/net/gstptpclock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gstreamer/libs/gst/net/gstptpclock.c b/subprojects/gstreamer/libs/gst/net/gstptpclock.c index 15afd4ec67..2868452f70 100644 --- a/subprojects/gstreamer/libs/gst/net/gstptpclock.c +++ b/subprojects/gstreamer/libs/gst/net/gstptpclock.c @@ -294,8 +294,8 @@ typedef struct GstClockTime announce_interval; /* last interval we received */ GQueue announce_messages; - guint64 timed_out_sync; /* how often did this sender continously time out a FOLLOW_UP */ - guint64 timed_out_delay_resp; /* how often did this sender continously time out a DELAY_RESP */ + guint64 timed_out_sync; /* how often did this sender continuously time out a FOLLOW_UP */ + guint64 timed_out_delay_resp; /* how often did this sender continuously time out a DELAY_RESP */ } PtpAnnounceSender; typedef struct