X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fintrusive_refcount.hh;h=a0c36e0ffae9fbf001568f5bdea146fc754e653a;hb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;hp=fe0f10e82954b0ab2d82185535052b2c9ad9786b;hpb=25d1f561a4f5096d026934b7286dd6efa5377402;p=senf.git diff --git a/Utils/intrusive_refcount.hh b/Utils/intrusive_refcount.hh index fe0f10e..a0c36e0 100644 --- a/Utils/intrusive_refcount.hh +++ b/Utils/intrusive_refcount.hh @@ -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)