--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Lint.java 2019-12-20 15:40:51.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Lint.java 2019-12-20 15:40:51.000000000 +0000 @@ -38,7 +38,7 @@ import com.sun.tools.javac.util.Pair; /** - * A class for handling -Xlint suboptions and @SuppresssWarnings. + * A class for handling -Xlint suboptions and @SuppressWarnings. * *

This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk.