X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fwrite_prometheus.c;h=4c363b2d3e603fc471d1c178b2cf5abef91ae78b;hp=7c4e59e79472014b63ce862f7ec175e9287f05e4;hb=79a8e6dee4b68231969434bf2a98a08c2bf8041e;hpb=dda68af6624393e1e685e02b52e257bb8b83c7a1 diff --git a/src/write_prometheus.c b/src/write_prometheus.c index 7c4e59e7..4c363b2d 100644 --- a/src/write_prometheus.c +++ b/src/write_prometheus.c @@ -59,7 +59,7 @@ static struct MHD_Daemon *httpd; static cdtime_t staleness_delta = PROMETHEUS_DEFAULT_STALENESS_DELTA; -/* Unfortunately, protoc-c doesn't export it's implementation of varint, so we +/* Unfortunately, protoc-c doesn't export its implementation of varint, so we * need to implement our own. */ static size_t varint(uint8_t buffer[static VARINT_UINT32_BYTES], uint32_t value) {