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:
Michael McCandless 2010-05-17 10:01:26 +00:00
parent 73f24351af
commit 97a95c3a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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;