X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fref.hpp;h=0093a34f0e8e39e7fb57fbc13af0538b69dbda3c;hb=d0d4f2a10842e956e90af678e8270fec96536164;hp=ff7e07c03258b0baa74ec155c94c438eb14433b2;hpb=13c6f377301f91c8d79ab768ba97b5eb771ed624;p=supertux.git diff --git a/src/ref.hpp b/src/ref.hpp index ff7e07c03..0093a34f0 100644 --- a/src/ref.hpp +++ b/src/ref.hpp @@ -1,4 +1,4 @@ -// $Id: main.cpp 3385 2006-04-23 13:08:57Z matzebraun $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -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 -