diff --git a/src/java.base/share/classes/java/net/NetworkInterface.java b/src/java.base/share/classes/java/net/NetworkInterface.java index 7312cec35baaa..7eeddc46a8b0a 100644 --- a/src/java.base/share/classes/java/net/NetworkInterface.java +++ b/src/java.base/share/classes/java/net/NetworkInterface.java @@ -48,8 +48,8 @@ * The name is highly platform specific but a name such as "le0" * is typical; it may not be unique. The index is a highly platform * specific number that identifies the interface. The network - * configuration may change during the lifetime of the JVM: - * typically, the set of IP addresses assigned to a network + * configuration may change during the lifetime of the JVM. + * For example, the set of IP addresses assigned to a network * interface can be transient and dynamically allocated, and may * change at any time. *