Skip to content

Commit 810cc06

Browse files
committed
Fix comment a bit
1 parent cbd5c95 commit 810cc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/CHIPError.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ using CHIP_ERROR = ::chip::ChipError;
439439
CHIP_SDK_ERROR(::chip::ChipError::SdkPart::kIMGlobalStatus, \
440440
::chip::to_underlying(::chip::Protocols::InteractionModel::Status::type))
441441

442-
// Defines a runtime-value for a chip-error.
442+
// Defines a runtime-value for a chip-error that contains a global IM Status.
443443
#if CHIP_CONFIG_ERROR_SOURCE
444444
#define CHIP_ERROR_IM_GLOBAL_STATUS_VALUE(status_value) \
445445
::chip::ChipError(::chip::ChipError::SdkPart::kIMGlobalStatus, ::chip::to_underlying(status_value), __FILE__, __LINE__)

0 commit comments

Comments
 (0)