X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fref.hpp;h=0093a34f0e8e39e7fb57fbc13af0538b69dbda3c;hb=86e5914510fc29f4decbb66a7d602872b6c8555e;hp=4e15c0f631dd6c98e77c2066cf81ee9a4a08d34b;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;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