src/misc/autocopyptr.hpp
branchNewGRF_ports
changeset 6719 4cc327ad39d5
parent 5884 be0c8467aeb4
--- a/src/misc/autocopyptr.hpp	Tue Mar 27 23:27:27 2007 +0000
+++ b/src/misc/autocopyptr.hpp	Sat Jun 02 19:59:29 2007 +0000
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+/** @file autocopyptr.hpp */
+
 #ifndef  AUTOCOPYPTR_HPP
 #define  AUTOCOPYPTR_HPP
 
@@ -8,7 +10,7 @@
  *  It is non-invasive smart pointer (reference counter is held outside
  *  of Tdata).
  *  When copied, its new copy shares the same underlaying structure Tdata.
- *  When dereferenced, its behavior depends on 2 factors:
+ *  When dereferenced, its behaviour depends on 2 factors:
  *     - whether the data is shared (used by more than one pointer)
  *     - type of access (read/write)
  *    When shared pointer is dereferenced for write, new clone of Tdata