diff --git a/src/share/classes/java/util/spi/LocaleServiceProvider.java b/src/share/classes/java/util/spi/LocaleServiceProvider.java
index c490dbadf8581b0c9a3f95113a2a9378a0cd0f38..87af9788f502eefcde2cbc9580047d1ee357a55a 100644
--- a/src/share/classes/java/util/spi/LocaleServiceProvider.java
+++ b/src/share/classes/java/util/spi/LocaleServiceProvider.java
@@ -42,7 +42,7 @@ import java.util.Locale;
* interfaces to offer support for locales beyond the set of locales
* supported by the Java runtime environment itself.
*
- *
Packaging of Locale Sensitive Service Provider Implementations
+ * Packaging of Locale Sensitive Service Provider Implementations
* Implementations of these locale sensitive services are packaged using the
* Java Extension Mechanism
* as installed extensions. A provider identifies itself with a
@@ -165,7 +165,7 @@ public abstract class LocaleServiceProvider {
/**
* Returns {@code true} if the given {@code locale} is supported by
* this locale service provider. The given {@code locale} may contain
- * extensions that should be
+ * extensions that should be
* taken into account for the support determination.
*
* The default implementation returns {@code true} if the given {@code locale}