Section 8.7
Remove
Section 8.1 in Syntax 8-1
Remove “process_statement” from statement_item BNF
Section 9.1
Change the 4th paragraph as follows:
SystemVerilog has both static processes, introduced by always, initial or fork, and dynamic processes introduced by fork..join_any and fork..join_none.
Section 16.5
Replace process in example with fork..join_none. This needs to be done in conjunction with SV-AC which is rewriting this chapter.