From 9e680a43ac394e090562d8b160d00c069d791fde Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Tue, 20 Feb 2024 11:49:26 +0200 Subject: [PATCH] typos fix --- src/ds/d500/hw_monitor_extended_buffers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ds/d500/hw_monitor_extended_buffers.cpp b/src/ds/d500/hw_monitor_extended_buffers.cpp index 2c42ee6b2f..87519f87fd 100644 --- a/src/ds/d500/hw_monitor_extended_buffers.cpp +++ b/src/ds/d500/hw_monitor_extended_buffers.cpp @@ -67,8 +67,8 @@ namespace librealsense if (recv_msg_length > HW_MONITOR_BUFFER_SIZE) { - // currently we assume HKR send only the table size when sending 0/0 chanks command above. - // in the future the FW should send chunk 1 in 0/0 command and than we can use it here. + // currently we assume HKR sends only the table size when sending 0/0 chunks command above. + // in the future the FW should send chunk 1 in 0/0 command and then we can use it here. // meaning remove the 'clear' and start the loop from 1 recv_msg.clear();