PPI: Checkin of first compiling (yet not working) version
[senf.git] / PPI / PassiveQueue.hh
index 64ed349..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() */
@@ -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: