3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 14:49:24 +01:00

adhoc: Fix comment

This commit is contained in:
Denis Kenzior 2018-09-04 21:50:08 -05:00
parent 4c8b39da3b
commit f3d326b0fd

View File

@ -526,7 +526,7 @@ static void adhoc_add_interface(struct netdev *netdev)
adhoc = l_new(struct adhoc_state, 1);
adhoc->netdev = netdev;
/* setup ap dbus interface */
/* setup adhoc dbus interface */
l_dbus_object_add_interface(dbus_get_bus(),
netdev_get_path(netdev), IWD_ADHOC_INTERFACE, adhoc);
}