Changeset 417

Show
Ignore:
Timestamp:
07/16/09 13:00:41 (15 years ago)
Author:
vbarta
Message:

fixed doc typos, using standard terminology

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/user_info.h

    r399 r417  
    213213{ 
    214214private: 
    215         //! Atatic class encalupsating two maps, one mapping names to UI instances and the other mapping type_infos to class names 
     215        //! Class with state shared across all its instances ("monostate"), encapsulating two maps, one mapping names to UI instances and the other mapping type_infos to class names 
    216216        //!  
    217         //! The key property of this class is that it initilaize the internal map immediately 
    218         //! when it is used for a first time. Therefore, we do not have to care about initialization  
     217        //! The key property of this class is that it initializes the internal maps on global init, 
     218        //! before the instance is used for a first time. Therefore, we do not have to care about initialization  
    219219        //! during a call of UIREGISTER macro operating with both these mappings. 
    220220        class MappedUI