typo in comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-01-18 16:14:12 +00:00
parent 43fe48710b
commit d7491ea757
1 changed files with 1 additions and 1 deletions

View File

@ -3255,7 +3255,7 @@ public class IndexWriter implements Closeable {
// NOTE: the callers of this method should in theory
// be able to do simply wait(), but, as a defense
// against thread timing hazards where notifyAll()
// falls to be called, we wait for at most 1 second
// fails to be called, we wait for at most 1 second
// and then return so caller can check if wait
// conditions are satisfied:
try {