STYLE: Correct typo

This commit is contained in:
laurence
2013-06-11 10:45:00 +01:00
parent b5004453ae
commit c19187c755

View File

@ -63,11 +63,11 @@ public:
//- Store object pointer //- Store object pointer
inline explicit autoPtr(T* = 0); inline explicit autoPtr(T* = 0);
//- Construct as copy by transfering pointer to this autoPtr and //- Construct as copy by transferring pointer to this autoPtr and
// setting the arguments pointer to NULL // setting the arguments pointer to NULL
inline autoPtr(const autoPtr<T>&); inline autoPtr(const autoPtr<T>&);
//- Construct either by transfering pointer or cloning. Should //- Construct either by transferring pointer or cloning. Should
// only be called with type that supports cloning. // only be called with type that supports cloning.
inline autoPtr(const autoPtr<T>&, const bool reUse); inline autoPtr(const autoPtr<T>&, const bool reUse);