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:
Daniel Naber 2004-08-25 11:56:17 +00:00
parent 7123444b75
commit ac240c8f1a
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {