From 2c0be4c45b588a401cbeff6bbb718db73c2c974b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 13 Dec 2023 15:37:13 +0100 Subject: [PATCH] src/daemon/metric.h: Fix typos in doc comment. Co-authored-by: Eero Tamminen --- src/daemon/metric.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/daemon/metric.h b/src/daemon/metric.h index 35fdf6dad..d6e1e4546 100644 --- a/src/daemon/metric.h +++ b/src/daemon/metric.h @@ -122,8 +122,8 @@ metric_t *metric_parse_identity(char const *s); * label that does not exist is *not* an error. */ int metric_label_set(metric_t *m, char const *name, char const *value); -/* metric_resource_attribute_update adds, updates, or deleted a resource - * attribute. If "value" is NULL or the empty string, the attribute is removed. +/* metric_resource_attribute_update adds, updates, or deletes a resource + * attribute. If "value" is NULL or an empty string, the attribute is removed. * Removing an attribute that does not exist is *not* an error. */ int metric_resource_attribute_update(metric_t *m, char const *name, char const *value); -- 2.47.2