]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/cxx/lib/tl/include/ref_ptr
update
[l4.git] / l4 / pkg / cxx / lib / tl / include / ref_ptr
index c492a431c2c5a1cef0af5dd2bc3825960dcdaaf2..5d9ea8a585439a13d008d6b2fc7d69a55ea28eea 100644 (file)
@@ -66,7 +66,7 @@ public:
   explicit Ref_ptr(T *o) throw() : _p(o)
   { __take_ref(); }
 
-  /** The couterpart to release (dows not create a new reference).
+  /** The couterpart to release (does not create a new reference).
    */
   Ref_ptr(T *o, bool) throw() : _p(o) {}