ICU-4701 Revert previous incorrect update to comment.

X-SVN-Rev: 29535
This commit is contained in:
Andy Heninger 2011-03-04 00:12:35 +00:00
parent c2616a41fd
commit 29292b59e7

View File

@ -122,7 +122,7 @@ offsetTOCPrefixBinarySearch(const char *s, const char *names,
/*
* Remember the shared prefix between s, start and limit,
* and don't compare that shared prefix again.
* The shared prefix should get longer as we narrow the [start, limit] range.
* The shared prefix should get longer as we narrow the [start, limit[ range.
*/
int32_t startPrefixLength=0;
int32_t limitPrefixLength=0;
@ -167,7 +167,7 @@ pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t
/*
* Remember the shared prefix between s, start and limit,
* and don't compare that shared prefix again.
* The shared prefix should get longer as we narrow the [start, limit] range.
* The shared prefix should get longer as we narrow the [start, limit[ range.
*/
int32_t startPrefixLength=0;
int32_t limitPrefixLength=0;