We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af50f13 commit d1c1b5cCopy full SHA for d1c1b5c
examples/all-devices-app/all-devices-common/devices/interface/DeviceInterface.h
@@ -53,7 +53,7 @@ class DeviceInterface : public EndpointInterface
53
54
protected:
55
/// The caller creating a DeviceInterface MUST ensure that the underlying data for the Span of
56
- /// deviceTypes remains valid for the entire liefetime of the DeviceInterface object instance.
+ /// deviceTypes remains valid for the entire lifetime of the DeviceInterface object instance.
57
DeviceInterface(Span<const DataModel::DeviceTypeEntry> deviceTypes) :
58
mDeviceTypes(deviceTypes), mEndpointRegistration(*this, {})
59
{}
0 commit comments