From 015d7431a7fc316af4e391fcc5efc5d7381caf30 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 12 Apr 2016 12:28:23 +0200 Subject: [PATCH] sdlog2: comment fix --- src/modules/sdlog2/sdlog2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sdlog2/sdlog2.c b/src/modules/sdlog2/sdlog2.c index 425ee87b43..f9415451f7 100644 --- a/src/modules/sdlog2/sdlog2.c +++ b/src/modules/sdlog2/sdlog2.c @@ -910,7 +910,7 @@ bool copy_if_updated_multi(orb_id_t topic, int multi_instance, int *handle, void // The orb_exists call doesn't work correctly on Snapdragon yet. // (No data gets sent from the QURT to the Linux side because there // are no subscribers. However, there won't be any subscribers, if - // they check using orb_exists() before subscribing. + // they check using orb_exists() before subscribing.) if (true) #else if (OK == orb_exists(topic, multi_instance))