changeset 15973:b048110014ff

Merge with ef43e8c355ade5ed058a5496f6e51ff4af66f0c0
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 28 May 2014 20:36:10 -0700
parents 6ee370b4d452 (diff) ef43e8c355ad (current diff)
children 3a537502f40f
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotSymbol.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/SourceFactory.java	Wed May 28 22:27:05 2014 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/SourceFactory.java	Wed May 28 20:36:10 2014 -0700
@@ -116,7 +116,7 @@
      * Creates a non-canonical source from literal text.
      *
      * @param code textual source code
-     * @param description a note about the origin, possibly useful for debugging
+     * @param description a note about the origin, for error messages and debugging
      * @return a newly created, non-indexed source representation
      */
     public static Source fromText(String code, String description) {