changeset 23273:760c71be4a4a

Fix copy-paste error in javadoc
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 06 Jan 2016 18:18:22 +0100
parents 724a078f7410
children 50079bd51344
files graal/com.oracle.graal.compiler.aarch64/src/com/oracle/graal/compiler/aarch64/AArch64NodeLIRBuilder.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.aarch64/src/com/oracle/graal/compiler/aarch64/AArch64NodeLIRBuilder.java	Fri Jan 08 17:22:37 2016 +0100
+++ b/graal/com.oracle.graal.compiler.aarch64/src/com/oracle/graal/compiler/aarch64/AArch64NodeLIRBuilder.java	Wed Jan 06 18:18:22 2016 +0100
@@ -35,7 +35,7 @@
 import jdk.vm.ci.meta.Value;
 
 /**
- * This class implements the SPARC specific portion of the LIR generator.
+ * This class implements the AArch64 specific portion of the LIR generator.
  */
 public abstract class AArch64NodeLIRBuilder extends NodeLIRBuilder {