]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
runmodes: fix comment
authorEric Leblond <eric@regit.org>
Mon, 8 Apr 2013 10:00:32 +0000 (12:00 +0200)
committerEric Leblond <eric@regit.org>
Mon, 29 Jul 2013 07:56:35 +0000 (09:56 +0200)
src/runmodes.c

index 3e1a648a063f06c45b7fb025be164738d5d1b8a9..4fa58d04884e03cbf9c2bfa2c5664d3f42f146de 100644 (file)
@@ -492,7 +492,7 @@ void SetupOutputs(ThreadVars *tv)
 float threading_detect_ratio = 1;
 
 /**
- * Initialize the output modules.
+ * Initialize multithreading settings.
  */
 void RunModeInitialize(void)
 {