From c9fc48652a9b7ad914edf604c0b6f62f47760225 Mon Sep 17 00:00:00 2001 From: Chalard Jean Date: Wed, 14 Oct 2020 04:56:20 +0000 Subject: [PATCH] Fix a typo in a comment Test: is not necessary for fixing typos in comments Change-Id: Idf48d2649e728cafda5c1ca32d21102094cf23f5 --- core/java/android/net/NetworkProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/net/NetworkProvider.java b/core/java/android/net/NetworkProvider.java index 75086cf82b..d31218d9b6 100644 --- a/core/java/android/net/NetworkProvider.java +++ b/core/java/android/net/NetworkProvider.java @@ -30,7 +30,7 @@ import android.util.Log; /** * Base class for network providers such as telephony or Wi-Fi. NetworkProviders connect the device - * to networks and makes them available to to the core network stack by creating + * to networks and makes them available to the core network stack by creating * {@link NetworkAgent}s. The networks can then provide connectivity to apps and can be interacted * with via networking APIs such as {@link ConnectivityManager}. *