Browse Source

comment typo fix, spotted by Felix Yan, no functional changes

git-svn-id: trunk@33259 -
Károly Balogh 9 years ago
parent
commit
e0a183650d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/regexpr/src/regexpr.pas

+ 1 - 1
packages/regexpr/src/regexpr.pas

@@ -179,7 +179,7 @@ const
  NSUBEXP = 90; // max number of subexpression //###0.929
  NSUBEXP = 90; // max number of subexpression //###0.929
  // Cannot be more than NSUBEXPMAX
  // Cannot be more than NSUBEXPMAX
  // Be carefull - don't use values which overflow CLOSE opcode
  // Be carefull - don't use values which overflow CLOSE opcode
- // (in this case you'll get compiler erorr).
+ // (in this case you'll get compiler error).
  // Big NSUBEXP will cause more slow work and more stack required
  // Big NSUBEXP will cause more slow work and more stack required
  NSUBEXPMAX = 255; // Max possible value for NSUBEXP. //###0.945
  NSUBEXPMAX = 255; // Max possible value for NSUBEXP. //###0.945
  // Don't change it! It's defined by internal TRegExpr design.
  // Don't change it! It's defined by internal TRegExpr design.