Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit fb5ecd8

Browse files
committed
Fix a minor typo in a comment
1 parent e4b2a3d commit fb5ecd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-apps/TestTDM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ void TestTdm::TestTdmMismatched_TopLevelPOD(nlTestSuite *inSuite)
13581358
WEAVE_ERROR err = WEAVE_NO_ERROR;
13591359
Reset();
13601360

1361-
// set tc_a (known to subscriber) and tc_d (unknown to subscriber)
1361+
// set tc_a (known to subscriber) and tc_e (unknown to subscriber)
13621362
mMismatchedTestCSource.SetValue(TestMismatchedCTrait::kPropertyHandle_TcA, 10);
13631363
mMismatchedTestCSource.SetValue(TestMismatchedCTrait::kPropertyHandle_TcE_ScA, 10);
13641364

0 commit comments

Comments
 (0)