Fix grammar nit in comment.

Test: None
Change-Id: I60cb2478615efce13f1904092abe5c21bdf0dc9a
This commit is contained in:
Lorenzo Colitti
2022-02-11 12:18:59 +09:00
parent 7f9ac50065
commit 6c032e53a0

View File

@@ -146,7 +146,7 @@ public class EthernetManager {
* @param iface the name of the interface. * @param iface the name of the interface.
* @param state the current state of the interface, or {@link #STATE_ABSENT} if the * @param state the current state of the interface, or {@link #STATE_ABSENT} if the
* interface was removed. * 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. * @param configuration the current IP configuration of the interface.
* @hide * @hide
*/ */