This commit is contained in:
brendan%mozilla.org 2003-11-25 01:50:41 +00:00
Родитель 3b26b2a89e
Коммит 6def57fd8b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -133,7 +133,7 @@ struct JSSpanDep {
/*
* Jump targets are stored in an AVL tree, for O(log(n)) lookup with targets
* sorted by offset from left to right, so that targets above a span-dependent
* sorted by offset from left to right, so that targets after a span-dependent
* instruction whose jump offset operand must be extended can be found quickly
* and adjusted upward (toward higher offsets).
*/