projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd47cb
)
src/daemon/plugin.h: Fix typo in comment.
author
Florian Forster
<octo@collectd.org>
Fri, 5 Oct 2018 19:12:51 +0000
(21:12 +0200)
committer
Florian Forster
<octo@collectd.org>
Fri, 5 Oct 2018 19:12:51 +0000
(21:12 +0200)
src/daemon/plugin.h
patch
|
blob
|
history
diff --git
a/src/daemon/plugin.h
b/src/daemon/plugin.h
index
2d903cb
..
616889a
100644
(file)
--- a/
src/daemon/plugin.h
+++ b/
src/daemon/plugin.h
@@
-245,7
+245,7
@@
int plugin_shutdown_all(void);
*
* DESCRIPTION
* Calls the write function of the given plugin with the provided data set and
- * value list. It differs from `plugin_dispatch_value' in that it does not
+ * value list. It differs from `plugin_dispatch_value
s
' in that it does not
* update the cache, does not do threshold checking, call the chain subsystem
* and so on. It looks up the requested plugin and invokes the function, end
* of story.