From c6fa41b7fcf8311814913e00a1f18a9912b63413 Mon Sep 17 00:00:00 2001 From: Vyacheslav Yurkov Date: Thu, 15 Feb 2024 07:31:11 +0100 Subject: [PATCH] hawkbit-client: Fix a comment Signed-off-by: Vyacheslav Yurkov --- src/hawkbit-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hawkbit-client.c b/src/hawkbit-client.c index c6cd5d81..8b3574c4 100644 --- a/src/hawkbit-client.c +++ b/src/hawkbit-client.c @@ -1602,7 +1602,7 @@ static gboolean hawkbit_pull_cb(gpointer user_data) goto out; } - // in case the confirmation takes long type, we simply check for it every iteration + // in case the confirmation takes long time, we simply check for it every iteration data->hawkbit_interval_check_sec = 5; goto out;