X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fref.hpp;h=0093a34f0e8e39e7fb57fbc13af0538b69dbda3c;hb=47c58b6b5d40807eee7bd37fa2fd5d2188a333fd;hp=76f5677a6a7ed6c13db032c88615f8c13a0462ae;hpb=cb941f239a04ee0588c99bfcdcd6aff62e1fbc98;p=supertux.git diff --git a/src/ref.hpp b/src/ref.hpp index 76f5677a6..0093a34f0 100644 --- a/src/ref.hpp +++ b/src/ref.hpp @@ -22,7 +22,7 @@ /** This class behaves like a pointer to a refcounted object, but increments the * reference count when new objects are assigned and decrements the refcounter - * when it's lifetime has experied. (similar to std::auto_ptr) + * when its lifetime has expired. (similar to std::auto_ptr) */ template class Ref @@ -85,4 +85,3 @@ private: }; #endif -