Skip to content

Commit 0a8c5de

Browse files
flat35hd99jpountz
authored andcommitted
Fix comment typo (apache#14392)
1 parent f77a0cb commit 0a8c5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucene/core/src/java/org/apache/lucene/index/TermsHashPerField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private void add(int textStart, final int docID) throws IOException {
143143
}
144144

145145
/**
146-
* Called when we first encounter a new term. We must allocate slies to store the postings (vInt
146+
* Called when we first encounter a new term. We must allocate slices to store the postings (vInt
147147
* compressed doc/freq/prox), and also the int pointers to where (in our {@link ByteBlockPool}
148148
* storage) the postings for this term begin.
149149
*/

0 commit comments

Comments
 (0)