summaryrefslogtreecommitdiffstats
path: root/src/CommandOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandOutput.h')
-rw-r--r--src/CommandOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandOutput.h b/src/CommandOutput.h
index 0fc1a370a..391d5a868 100644
--- a/src/CommandOutput.h
+++ b/src/CommandOutput.h
@@ -9,7 +9,7 @@
/** Interface for a callback that receives command output
The Out() function is called for any output the command has produced.
-Descendants /*override*/ that function to provide specific processing of the output.
+Descendants override that function to provide specific processing of the output.
*/
class cCommandOutputCallback
{