mirror of https://github.com/apache/lucene.git
fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
73f24351af
commit
97a95c3a6a
|
@ -168,7 +168,7 @@ public final class ArrayUtil {
|
|||
}
|
||||
|
||||
// asymptotic exponential growth by 1/8th, favors
|
||||
// spending a bit more CPU to not tye up too much wasted
|
||||
// spending a bit more CPU to not tie up too much wasted
|
||||
// RAM:
|
||||
int extra = minTargetSize >> 3;
|
||||
|
||||
|
|
Loading…
Reference in New Issue