From 7ce6dd71d55174ea4faf76cdf8a9c99cbe7a78cb Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Fri, 12 Jul 2019 10:48:05 -0700 Subject: [PATCH] fix comment --- interface/src/MacHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/MacHelper.cpp b/interface/src/MacHelper.cpp index b3513afdc9..8527f02918 100755 --- a/interface/src/MacHelper.cpp +++ b/interface/src/MacHelper.cpp @@ -17,7 +17,7 @@ #include #include -// These type definitions come from IOKit, which includes a definition of Duration that conflicts with ours. +// The type definitions in these variables come from IOKit, which includes a definition of Duration that conflicts with ours. // So... we include these definitions here rather than in the .h, as the .h is included in Application.cpp which // uses Duration. static io_connect_t root_port;