src/share/vm/adlc/Doc/Syntax.doc

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/adlc/Doc/Syntax.doc	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/adlc/Doc/Syntax.doc	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -88,7 +88,7 @@
     1.4                           // these are used for constraints, etc.
     1.5  
     1.6  alloc_class class1(AX, BX); // form an allocation class of registers
     1.7 -                            // used by the register allocator for seperate
     1.8 +                            // used by the register allocator for separate
     1.9                              // allocation of target register classes
    1.10  
    1.11  	3. Pipeline Syntax for Scheduling
    1.12 @@ -150,7 +150,7 @@
    1.13  		b. %}  (block terminator)
    1.14  		c. EOF (file terminator)
    1.15  
    1.16 -	4. Each statement must start on a seperate line
    1.17 +	4. Each statement must start on a separate line
    1.18  
    1.19  	5. Identifiers cannot contain: (){}%;,"/\
    1.20  

mercurial