X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fref.hpp;h=0093a34f0e8e39e7fb57fbc13af0538b69dbda3c;hb=75acd4b141f45e851a492f089aa9ad24a9552409;hp=4e15c0f631dd6c98e77c2066cf81ee9a4a08d34b;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/ref.hpp b/src/ref.hpp index 4e15c0f63..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