mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-6149 Fixed typos in comments.
X-SVN-Rev: 24285
This commit is contained in:
parent
4ea32969a1
commit
9ea0a3d95d
2 changed files with 2 additions and 2 deletions
|
@ -1035,7 +1035,7 @@ UBool RegexCompile::doParseActions(int32_t action)
|
|||
// Finished scanning a Possessive {lower,upper}+ interval. Generate the code for it.
|
||||
{
|
||||
// Remember the loc for the top of the block being looped over.
|
||||
// (Can not reserve a slot in the compiled pattern at this time, becuase
|
||||
// (Can not reserve a slot in the compiled pattern at this time, because
|
||||
// compileInterval needs to reserve also, and blockTopLoc can only reserve
|
||||
// once per block.)
|
||||
int32_t topLoc = blockTopLoc(FALSE);
|
||||
|
|
|
@ -1409,7 +1409,7 @@ inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int32_t savePatId
|
|||
status = U_REGEX_STACK_OVERFLOW;
|
||||
// We need to return a writable stack frame, so just return the
|
||||
// previous frame. The match operation will stop quickly
|
||||
// becuase of the error status, after which the frame will never
|
||||
// because of the error status, after which the frame will never
|
||||
// be looked at again.
|
||||
return fp;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue