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 147f287169
commit b94381c5a8

View File

@ -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
*/