X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FPassiveQueue.hh;h=0d07b5016532d142a882b0c9b8871c44390b0280;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=64ed349c85eddae486eee62c2e831c212acdeb47;hpb=0c6e42841266e5983ef9a9836b8f1bb98de684ba;p=senf.git diff --git a/PPI/PassiveQueue.hh b/PPI/PassiveQueue.hh index 64ed349..0d07b50 100644 --- a/PPI/PassiveQueue.hh +++ b/PPI/PassiveQueue.hh @@ -52,7 +52,7 @@ namespace module { PassiveQueue(); void qdisc(QueueingDiscipline const & disc); ///< Change the queueing discipline - /**< This call changs the queueing discipline of the queue. This call is just forwarded to + /**< This call changes the queueing discipline of the queue. This call is just forwarded to the \a input connector. \see connector::PassiveInput::qdisc() */ @@ -73,4 +73,6 @@ namespace module { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: