Changeset 28217 for main/trunk


Ignore:
Timestamp:
2013-09-05T12:11:57+12:00 (11 years ago)
Author:
kjdon
Message:

changed a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/mgpp/text/GSDLQueryParser.cpp

    r25147 r28217  
    141141
    142142static mg_u_long GetStemMethod(LexEl &el, int defaultStemMethod) {
    143   // here expect el to contain some of c,s,i,u,f,a -- see mg_files.h CHAR_FLAG_STEM_* constants
     143  // here expect el to contain some of c,s,i,u,f,a -- see stemmer.h CHAR_FLAG_STEM_* constants
    144144  mg_u_long stem = (mg_u_long)defaultStemMethod;
    145145     
Note: See TracChangeset for help on using the changeset viewer.