diff src/share/vm/adlc/Doc/Syntax.doc @ 21006:44ee46c753b1

[SPARC] Fix issue with overzero (stxa with asi 0xe1 does zeroes 32 bytes, which leads to an overzero); typ fix in adlc doc
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Fri, 17 Apr 2015 15:40:26 +0200
parents c18cbe5936b8
children
line wrap: on
line diff
--- a/src/share/vm/adlc/Doc/Syntax.doc	Fri Apr 17 14:28:00 2015 +0200
+++ b/src/share/vm/adlc/Doc/Syntax.doc	Fri Apr 17 15:40:26 2015 +0200
@@ -33,7 +33,7 @@
 the architecture of a processor, and is the input to the ADL Compiler.  The
 ADL Compiler compiles an ADL file into code which is incorporated into the
 Optimizing Just In Time Compiler (OJIT) to generate efficient and correct code
-for the target architecture.  The ADL describes three bassic different types
+for the target architecture.  The ADL describes three basic different types
 of architectural features.  It describes the instruction set (and associated
 operands) of the target architecture.  It describes the register set of the
 target architecture along with relevant information for the register allocator.