From b94381c5a82827f317aab57256dc9c28b164c14b Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Fri, 11 Feb 2022 12:18:59 +0900 Subject: [PATCH] Fix grammar nit in comment. Test: None Change-Id: I60cb2478615efce13f1904092abe5c21bdf0dc9a --- .../framework-t/src/android/net/EthernetManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ConnectivityT/framework-t/src/android/net/EthernetManager.java b/packages/ConnectivityT/framework-t/src/android/net/EthernetManager.java index 1a955c4c57d7..72243f9e87d9 100644 --- a/packages/ConnectivityT/framework-t/src/android/net/EthernetManager.java +++ b/packages/ConnectivityT/framework-t/src/android/net/EthernetManager.java @@ -146,7 +146,7 @@ public class EthernetManager { * @param iface the name of the interface. * @param state the current state of the interface, or {@link #STATE_ABSENT} if the * interface was removed. - * @param role whether the interface is in the client mode or server mode. + * @param role whether the interface is in client mode or server mode. * @param configuration the current IP configuration of the interface. * @hide */