From 4fab9a73f425f3e678d6d6621dbb5afbb1068407 Mon Sep 17 00:00:00 2001 From: by1361092 Date: Thu, 30 Jul 2026 03:59:35 +0000 Subject: [PATCH] 8388698: Typo "docllint" instead of "doclint" in jdk.compiler module-summary.html Reviewed-by: jjg --- src/jdk.compiler/share/classes/module-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jdk.compiler/share/classes/module-info.java b/src/jdk.compiler/share/classes/module-info.java index 4aa60a3dffe..c839f23cbf2 100644 --- a/src/jdk.compiler/share/classes/module-info.java +++ b/src/jdk.compiler/share/classes/module-info.java @@ -204,7 +204,7 @@ import javax.tools.StandardLocation; * * * - * All of the non-{@code docllint:} strings listed above may also be used with the {@code -Xlint} command line flag. + * All of the non-{@code doclint:} strings listed above may also be used with the {@code -Xlint} command line flag. * The {@code -Xlint} flag also supports these strings not supported by {@code @SuppressWarnings}: * *