Changeset 4373

Show
Ignore:
Timestamp:
Thu Jan 19 18:18:51 2006
Author:
mugur
Message:

fixed spelling in comment

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/campsite/implementation/parser/parser/atoms.h

    r734 r4373  
    414 414     // updateTypes: set the types hash  
    415 415     // Parameters:  
    416       //      const TOLTypeAttributesHash* p_pcoTypeAttributes - pointer to types hash  
      416     //      const CTypeAttributesHash* p_pcoTypeAttributes - pointer to types hash  
    416 416     bool updateTypes(CTypeAttributesMap* p_pcoTypeAttributes) throw(ExMutex);  
    417 417  
  • trunk/campsite/implementation/parser/parser/atoms.cpp

    r1533 r4373  
    599 599 // updateTypes: set the types hash  
    600 600 // Parameters:  
    601   //      const TOLTypeAttributesHash* p_pcoTypeAttributes - pointer to types hash  
      601 //      const CTypeAttributesHash* p_pcoTypeAttributes - pointer to types hash  
    601 601 bool CStatement::updateTypes(CTypeAttributesMap* p_pcoTypeAttributes) throw(ExMutex)  
    602 602 {