mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -183,7 +183,7 @@ class Block_Stack {
|
|||
if (pre_order == 1)
|
||||
t->_parent = NULL; // first block doesn't have parent
|
||||
else {
|
||||
// Save parent (currernt top block on stack) in DFS
|
||||
// Save parent (current top block on stack) in DFS
|
||||
t->_parent = &_tarjan[_stack_top->block->_pre_order];
|
||||
}
|
||||
// Now put this block on stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue