Diff between 9c6cf787576f18d935febe568fe1c84d847f29bd and fae2d03c07c112fb1815f4f857f02c9c4452a012

Changed Files

File Additions Deletions Status
tools/btpclient.c +1 -1 modified

Full Patch

diff --git a/tools/btpclient.c b/tools/btpclient.c
index af0e752..33116ce 100644
--- a/tools/btpclient.c
+++ b/tools/btpclient.c
@@ -1038,7 +1038,7 @@ static void btp_gap_start_advertising(uint8_t index, const void *param,
 		goto failed;
 	}
 
-	/* Adapter needs to be powered to be able to remove devices */
+	/* Adapter needs to be powered to be able to advertise */
 	if (!l_dbus_proxy_get_property(adapter->proxy, "Powered", "b", &prop) ||
 							!prop || ad.registered)
 		goto failed;