Skip to content

Commit

Permalink
[Typo] Rename an argument in the documentation of src/lib/dnssd/platf…
Browse files Browse the repository at this point in the history
…orm/Dnssd.h from interfaceId to interface
  • Loading branch information
vivien-apple committed Jun 19, 2023
1 parent 9c0beef commit 4d7a52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dnssd/platform/Dnssd.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void ChipDnssdResolveNoLongerNeeded(const char * instanceName);
*
* @param[in] hostname The hostname the address belongs to.
* @param[in] address The address to reconfirm.
* @param[in] interfaceId The interfaceId of the address.
* @param[in] interface The interfaceId of the address.
*
*/
CHIP_ERROR ChipDnssdReconfirmRecord(const char * hostname, chip::Inet::IPAddress address, chip::Inet::InterfaceId interface);
Expand Down

0 comments on commit 4d7a52d

Please sign in to comment.