Index: vmcore/src/verifier/ver_utils.cpp =================================================================== --- vmcore/src/verifier/ver_utils.cpp (revision 504091) +++ vmcore/src/verifier/ver_utils.cpp (working copy) @@ -1220,7 +1220,7 @@ /** * Verifier which is built on Java VM Specification 2nd Edition (4.9.2) - * recommendation of verification proccess doesn't check interfaces usage. + * recommendation of verification process doesn't check interfaces usage. * Unfortunately, a lot of Java applications depends on this neglect. * To be compatible with those applications we should do full constraint * checks only if -Xverify:all option is present in command line. Index: vmcore/src/verifier/ver_dataflow.cpp =================================================================== --- vmcore/src/verifier/ver_dataflow.cpp (revision 504091) +++ vmcore/src/verifier/ver_dataflow.cpp (working copy) @@ -1112,7 +1112,7 @@ } // vf_create_node_vectors /** - * Function checkes data flow for end graph node. + * Function checks data flow for end graph node. */ static Verifier_Result vf_check_end_node_data_flow( unsigned node_num, // graph node number