commit | 83530c7fe95447cc496d7352ab848307238bec06 | [log] [tgz] |
---|---|---|
author | lesl <lesl@google.com> | Fri May 17 11:37:54 2019 +0800 |
committer | lesl <lesl@google.com> | Tue Aug 06 12:03:28 2019 +0800 |
tree | 5ac69ec4fdddd88a1fc2aafef41718c5ac302fcc | |
parent | a5e28d6abf40bd24b0e06170e50c70be7a5c3c0a [diff] [blame] |
WifiHal: Correct typo for code comment Test: full build Change-Id: Ia457f39d1d68527c2bdfaa700d45ead3d2064a52
diff --git a/wifi/1.0/IWifiP2pIface.hal b/wifi/1.0/IWifiP2pIface.hal index b908591..025f7ab 100644 --- a/wifi/1.0/IWifiP2pIface.hal +++ b/wifi/1.0/IWifiP2pIface.hal
@@ -19,6 +19,6 @@ import IWifiIface; /** - * Interface used to represent a single NAN iface. + * Interface used to represent a single P2P iface. */ interface IWifiP2pIface extends IWifiIface {};