Add new file-variable 'comment-column'
[senf.git] / Utils / intrusive_refcount.hh
index fe0f10e..0fb690a 100644 (file)
@@ -41,7 +41,7 @@ namespace senf {
         required interface. To make a class compatible with \c boost::intrusive_ptr, just derive
         publicly from intrusive_refcount.
 
-        Two additional benifits of using intrusive_refcount are
+        Two additional benefits of using intrusive_refcount are
         \li The object can access it's own refcount
         \li It is valid and safe to convert a plain object pointer to an intrusive_ptr at any time
             (not only after new)
@@ -87,4 +87,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: