ptpclock: Fix typo in comments

s/continous/continuous/

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7121>
This commit is contained in:
Vivia Nikolaidou 2024-07-01 20:53:35 +03:00 committed by GStreamer Marge Bot
parent b2edab940a
commit 331b37ac9a

View file

@ -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