Fix typo in the comment and replace line separators to Unix style(\n).

PiperOrigin-RevId: 451875541
This commit is contained in:
hai007
2022-05-30 07:57:57 -07:00
committed by Copybara-Service
parent 01ec55de58
commit 4aaedaac28
+1 -1
View File
@@ -26,7 +26,7 @@ extern "C" {
// Used by Discovery in Core::RequestConnection().
// Used by Advertising in Core::StartAdvertising().
struct DLL_API ConnectionRequestInfoW {
// endpoint_info - Identifing information about this endpoint (eg. name,
// endpoint_info - Identifying information about this endpoint (eg. name,
// device type).
// listener - A set of callbacks notified when remote endpoints request a
// connection to this endpoint.