--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/util/Position.java 2019-12-20 15:41:33.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/util/Position.java 2019-12-20 15:41:32.000000000 +0000 @@ -36,7 +36,7 @@ * 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). * *

This is NOT part of any supported API.