Fix typo in aosp/1242602

Test: m -j
Bug: 149652079
Change-Id: Ie023c8371785fc239c54eacbf056141c2e9e3444
Merged-In: Ie023c8371785fc239c54eacbf056141c2e9e3444
(cherry picked from aosp/1259461)
This commit is contained in:
junyulai
2020-03-16 15:00:24 +08:00
committed by Junyu Lai
parent e953a50e6b
commit 050c7de093

View File

@@ -1794,7 +1794,7 @@ public class NetworkStatsService extends INetworkStatsService.Stub {
}
}
// TODO: It is copied from ConnectivitySerivce, consider refactor these check permission
// TODO: It is copied from ConnectivityService, consider refactor these check permission
// functions to a proper util.
private boolean checkAnyPermissionOf(String... permissions) {
for (String permission : permissions) {