Author: gshimansky
Date: Tue Feb 6 05:16:48 2007
New Revision: 504126
URL: http://svn.apache.org/viewvc?view=rev&rev=504126
Log:
Applied HARMONY-2825 additional spelling corrections in comments
Modified:
harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp
harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp
Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp?view=diff&rev=504126&r1=504125&r2=504126
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp Tue Feb 6 05:16:48
2007
@@ -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
Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp?view=diff&rev=504126&r1=504125&r2=504126
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp Tue Feb 6 05:16:48
2007
@@ -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.
|