Merge "Fix grammar nit in comment." am: 5870ba5ace am: 03ac8973c3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1981670

Change-Id: I38e02a2b6adbc734ff8565d31c46b996ba84a402
This commit is contained in:
Treehugger Robot
2022-02-16 15:39:34 +00:00
committed by Automerger Merge Worker

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