Skip to content

Commit 42471b0

Browse files
committed
fix typo
1 parent 7041d23 commit 42471b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/index/IndexDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public void update() throws IOException, HistoryException {
431431

432432
// Remove data for the trailing terms that indexDown()
433433
// did not traverse. These correspond to files that have been
434-
// removed and have higher ordering that any present files.
434+
// removed and have higher ordering than any present files.
435435
while (uidIter != null && uidIter.term() != null
436436
&& uidIter.term().utf8ToString().startsWith(startuid)) {
437437

0 commit comments

Comments
 (0)