[docs] fix invalid TODO comment (#3452)

This commit is contained in:
Łukasz Duda
2019-01-10 13:49:12 -08:00
committed by Jonathan Hui
parent 103a9db541
commit 880ecfd749
+1 -1
View File
@@ -846,7 +846,7 @@ otError MeshForwarder::UpdateIp6RouteFtd(Ip6::Header &ip6Header)
#endif
else
{
// TODO: support ALOC for Commissioner, Neighbor Discovery Agent
// TODO: support for Neighbor Discovery Agent ALOC
ExitNow(error = OT_ERROR_DROP);
}
}