Skip to content

Commit

Permalink
Update src/controller/CHIPDeviceController.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com>
  • Loading branch information
yunhanw-google and lpbeliveau-silabs authored Dec 20, 2023
1 parent 962796e commit 927087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ void DeviceCommissioner::ParseCommissioningInfo()
}

// Move ownership of mAttributeCache to the stack, but don't release it until this function returns.
// This way we can don't have to make a copy while parsing commissioning info, and won't
// This way we don't have to make a copy while parsing commissioning info, and it won't
// affect future commissioning steps.
//
// The stack reference needs to survive until CommissioningStageComplete and OnReadCommissioningInfo
Expand Down

0 comments on commit 927087f

Please sign in to comment.