From 4aaedaac28f299fc42870fb88971246330736722 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 30 May 2022 07:56:18 -0700 Subject: [PATCH] Fix typo in the comment and replace line separators to Unix style(\n). PiperOrigin-RevId: 451875541 --- connections/clients/windows/params_w.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connections/clients/windows/params_w.h b/connections/clients/windows/params_w.h index 0fa1ef9d..824a730d 100644 --- a/connections/clients/windows/params_w.h +++ b/connections/clients/windows/params_w.h @@ -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.