fix comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1506113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-07-23 15:30:46 +00:00
parent da3e923291
commit 90296a8d42
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ public class TempFSTTermsReader extends FieldsProducer {
return state.totalTermFreq;
}
// Let PBF decodes metadata from long[] and byte[]
// Let PBF decode metadata from long[] and byte[]
private void decodeMetaData() throws IOException {
if (!decoded && !seekPending) {
if (meta.bytes != null) {