From a8a03c842cbe789d6426fc70eb61f5ac4858b17e Mon Sep 17 00:00:00 2001
From: Alex Klyubin <klyubin@google.com>
Date: Tue, 25 Apr 2017 08:49:44 -0700
Subject: [PATCH] Fix typos in comment

This is a follow-up to cbc0d2bb915298b6985a067f8fc13b99c21f39da which
introduced the typos.

Test: mmm system/sepolicy -- comments only change
Bug: 37640821
Change-Id: Ibe0eda0b3ee9bbfb1e33ef98f2e81267ec580e59
---
 vendor/hal_audio_default.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/hal_audio_default.te b/vendor/hal_audio_default.te
index 65ad46726..618166b78 100644
--- a/vendor/hal_audio_default.te
+++ b/vendor/hal_audio_default.te
@@ -6,5 +6,5 @@ init_daemon_domain(hal_audio_default)
 
 hal_client_domain(hal_audio_default, hal_allocator)
 
-# TODO(b/37640821): Remove one Audio HAL is no longer granted access bluetooth daemon sockets
+# TODO(b/37640821): Remove once Audio HAL is no longer granted access to bluetooth daemon sockets
 typeattribute hal_audio_default socket_between_core_and_vendor_violators;
-- 
GitLab