Improve a comment about network scores

Test: comment-only
Change-Id: I02546b207e07133536bcae10f8eb4ad76b944881
This commit is contained in:
Chalard Jean
2022-09-06 13:44:10 +09:00
parent 26ebf8c97a
commit 2a96cf2e3e

View File

@@ -4579,7 +4579,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
if (req.isListen() || req.isListenForBest()) {
continue;
}
// If this Network is already the highest scoring Network for a request, or if
// If this Network is already the best Network for a request, or if
// there is hope for it to become one if it validated, then it is needed.
if (candidate.satisfies(req)) {
// As soon as a network is found that satisfies a request, return. Specifically for