diff --git a/src/java.base/share/classes/java/lang/doc-files/threadPrimitiveDeprecation.html b/src/java.base/share/classes/java/lang/doc-files/threadPrimitiveDeprecation.html
index 9d69fc6a17f..a427266453b 100644
--- a/src/java.base/share/classes/java/lang/doc-files/threadPrimitiveDeprecation.html
+++ b/src/java.base/share/classes/java/lang/doc-files/threadPrimitiveDeprecation.html
@@ -282,7 +282,7 @@ The resulting run method is:
}
}
-
stop method calls Thread.interrupt, as
described above, it needn't call notify as well, but it
still must be synchronized. This ensures that the target thread
won't miss an interrupt due to a race condition.
-