--- old/src/share/vm/opto/stringopts.cpp 2013-10-17 18:54:53.811671317 +0200 +++ new/src/share/vm/opto/stringopts.cpp 2013-10-17 18:54:53.533094927 +0200 @@ -753,7 +753,7 @@ } } - // Skip backwards through the control checking for unexpected contro flow + // Skip backwards through the control checking for unexpected control flow Node* ptr = _end; bool fail = false; while (ptr != _begin) {