Skip to content

Commit 370fff8

Browse files
Update src/app/codegen-data-model-provider/CodegenDataModelProvider.cpp
Co-authored-by: Boris Zbarsky <[email protected]>
1 parent e6f61d8 commit 370fff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/codegen-data-model-provider/CodegenDataModelProvider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ std::optional<CommandId> EnumeratorCommandFinder::FindCommandId(Operation operat
134134

135135
if (err != CHIP_NO_ERROR)
136136
{
137-
// Report the error here since we lose actual error. This generally should NOT be possible as CHI usually returns
137+
// Report the error here since we lose actual error. This generally should NOT be possible as CommandHandlerInterface usually returns
138138
// unimplemented or should just work for our use case (our callback never fails)
139139
ChipLogError(DataManagement, "Enumerate error: %" CHIP_ERROR_FORMAT, err.Format());
140140
return kInvalidCommandId;

0 commit comments

Comments
 (0)