X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FPassiveQueue.hh;h=0d07b5016532d142a882b0c9b8871c44390b0280;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=ba2888887180ed7567ef5ae549647dfbcbeec548;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/PPI/PassiveQueue.hh b/PPI/PassiveQueue.hh index ba28888..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() */ @@ -74,4 +74,5 @@ namespace module { // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: