From 64769572883b431df87576f000d4c29edeeabae8 Mon Sep 17 00:00:00 2001 From: Vyacheslav Yurkov Date: Sun, 3 Sep 2023 20:30:15 +0200 Subject: [PATCH] hawkbit-client: Extend missing comment Signed-off-by: Vyacheslav Yurkov --- include/hawkbit-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hawkbit-client.h b/include/hawkbit-client.h index 200c8df6..76d98218 100644 --- a/include/hawkbit-client.h +++ b/include/hawkbit-client.h @@ -81,7 +81,7 @@ typedef struct RestPayload_ { } RestPayload; /** - * @brief struct containing + * @brief struct containing data about an artifact that is currently being deployed. */ typedef struct Artifact_ { gchar *name; /**< name of software */