We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589386d commit c18fb1cCopy full SHA for c18fb1c
src/platform/tests/TestPlatformMgr.cpp
@@ -55,7 +55,7 @@ class TestPlatformMgr : public ::testing::Test
55
CHIP_ERROR error = chip::Platform::MemoryInit();
56
EXPECT_EQ(error, CHIP_NO_ERROR);
57
58
- // Setup a fake commissionable data provider since required by internals of several
+ // Set up a fake commissionable data provider since required by internals of several
59
// Device/SystemLayer components.
60
static chip::DeviceLayer::TestOnlyCommissionableDataProvider commissionable_data_provider;
61
chip::DeviceLayer::SetCommissionableDataProvider(&commissionable_data_provider);
0 commit comments