mirror of https://github.com/apache/lucene.git
fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7123444b75
commit
ac240c8f1a
|
@ -155,7 +155,7 @@ final class CompoundFileWriter {
|
|||
}
|
||||
|
||||
// Open the files and copy their data into the stream.
|
||||
// Remeber the locations of each file's data section.
|
||||
// Remember the locations of each file's data section.
|
||||
byte buffer[] = new byte[1024];
|
||||
it = entries.iterator();
|
||||
while(it.hasNext()) {
|
||||
|
|
Loading…
Reference in New Issue