Fix typo in aosp/1242602

Test: m -j
Bug: 149652079
Change-Id: Ie023c8371785fc239c54eacbf056141c2e9e3444
This commit is contained in:
junyulai
2020-03-16 15:00:24 +08:00
parent 9a4eeaea2f
commit 9d4e21f0be

View File

@@ -1796,7 +1796,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) {