From: Florian Forster Date: Mon, 28 Sep 2009 11:14:12 +0000 (+0200) Subject: netapp plugin: Fix a typo. X-Git-Tag: collectd-4.9.0~73^2~27 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=9c98fa31ef50a6ff849d36cac4f5297faa6f7909 netapp plugin: Fix a typo. --- diff --git a/src/netapp.c b/src/netapp.c index 6e5709ca..e4793e0d 100644 --- a/src/netapp.c +++ b/src/netapp.c @@ -1134,7 +1134,7 @@ static void cna_config_volume_performance_option (host_config_t *host, /* {{{ */ } /* for (i = 0 .. item->values_num) */ } /* }}} void cna_config_volume_performance_option */ -/* Corresponds to a block */ +/* Corresponds to a block */ static void cna_config_volume_performance(host_config_t *host, const oconfig_item_t *ci) { /* {{{ */ int i, had_io = 0, had_ops = 0, had_latency = 0; cfg_service_t *service;