Changeset 4374

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

fixed spelling in comment

Files:

Legend:

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

    r734 r4374  
    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  
  • branches/CAMPSITE_2_4_BRANCH/campsite/implementation/parser/parser/atoms.cpp

    r1533 r4374  
    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 {