From 4fabdf6313e1a81c8bb34ad64bbf9ee0b79cf133 Mon Sep 17 00:00:00 2001 From: Nir-Az Date: Mon, 1 Aug 2022 19:01:46 +0300 Subject: [PATCH] update comment --- include/librealsense2/dds/dds-device.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/librealsense2/dds/dds-device.cpp b/include/librealsense2/dds/dds-device.cpp index 654b66ed10d..353d52e6dd2 100644 --- a/include/librealsense2/dds/dds-device.cpp +++ b/include/librealsense2/dds/dds-device.cpp @@ -154,8 +154,7 @@ class dds_device::impl while( ReturnCode_t::RETCODE_OK == _reader->take_next_sample( &raw_data, &info ) ) { // Only samples for which valid_data is true should be accessed - // valid_data indicates that the instance is still ALIVE and the `take` return - // an updated sample + // valid_data indicates that the `take` return an updated sample if( info.valid_data ) { data = raw_data;