Skip to content

Commit 51a20bb

Browse files
committed
Fix typo
1 parent 7eb0588 commit 51a20bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/codegen-data-model/tests/TestAttributeReportIBsEncoding.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CHIP_ERROR DecodeAttributeReportIBs(ByteSpan data, std::vector<DecodedAttributeD
4343
// 0x01 => Array (i.e. report data ib)
4444
// ReportIB*
4545
//
46-
// Overally this is VERY hard to process ...
46+
// Generally this is VERY hard to process ...
4747
//
4848
TLV::TLVReader reportIBsReader;
4949
reportIBsReader.Init(data);

0 commit comments

Comments
 (0)