< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/util/Position.java

Print this page

        

@@ -34,11 +34,11 @@
 /** A class that defines source code positions as simple character
  *  offsets from the beginning of the file. The first character
  *  is at position 0.
  *
  *  Support is also provided for (line,column) coordinates, but tab
- *  expansion is optional and no Unicode excape translation is considered.
+ *  expansion is optional and no Unicode escape translation is considered.
  *  The first character is at location (1,1).
  *
  *  <p><b>This is NOT part of any supported API.
  *  If you write code that depends on this, you do so at your own risk.
  *  This code and its internal interfaces are subject to change or
< prev index next >