Skip to content

Commit 9678892

Browse files
authored
Fix typo in custom-plugin-monitor
1 parent f3ab10e commit 9678892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/custompluginmonitor/custom_plugin_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (c *customPluginMonitor) Stop() {
120120
c.tomb.Stop()
121121
}
122122

123-
// monitorLoop is the main loop of log monitor.
123+
// monitorLoop is the main loop of customPluginMonitor.
124124
func (c *customPluginMonitor) monitorLoop() {
125125
c.initializeStatus()
126126

0 commit comments

Comments
 (0)