PPI: Checkin of first compiling (yet not working) version
[senf.git] / PPI / PassiveQueue.hh
index ba28888..0d07b50 100644 (file)
@@ -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: