summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a7a253)
raw | patch | inline | side by side (parent: 4a7a253)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 28 Sep 2009 11:14:12 +0000 (13:14 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 28 Sep 2009 11:14:12 +0000 (13:14 +0200) |
src/netapp.c | patch | blob | history |
diff --git a/src/netapp.c b/src/netapp.c
index 6e5709ca9ba30a973506845b3dc394e283f40cc3..e4793e0d5827af62f60c28f4907c67b805ffc157 100644 (file)
--- 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 <GetDiskPerfData /> block */
+/* Corresponds to a <GetVolumePerfData /> 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;