Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Aug 1, 2022
1 parent 202230c commit 4fabdf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/librealsense2/dds/dds-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4fabdf6

Please sign in to comment.