src/share/vm/adlc/adlparse.cpp

changeset 1040
98cb887364d3
parent 1038
dbbe28fc66b5
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/adlc/adlparse.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/adlc/adlparse.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -4555,7 +4555,7 @@
     1.4  
     1.5  //---------------------------ensure_start_of_line------------------------------
     1.6  // A preprocessor directive has been encountered.  Be sure it has fallen at
     1.7 -// the begining of a line, or else report an error.
     1.8 +// the beginning of a line, or else report an error.
     1.9  void ADLParser::ensure_start_of_line(void) {
    1.10    if (_curchar == '\n') { next_line(); return; }
    1.11    assert( _ptr >= _curline && _ptr < _curline+strlen(_curline),

mercurial