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 d1c1b5c commit d557cbaCopy full SHA for d557cba
examples/all-devices-app/all-devices-common/devices/interface/SingleEndpointDevice.h
@@ -41,7 +41,7 @@ class SingleEndpointDevice : public DeviceInterface
41
42
protected:
43
/// The caller creating a SingleEndpointDevice MUST ensure that the underlying data for the Span of
44
- /// deviceTypes remains valid for the entire liefetime of the SingleEndpointDevice object instance.
+ /// deviceTypes remains valid for the entire lifetime of the SingleEndpointDevice object instance.
45
SingleEndpointDevice(Span<const DataModel::DeviceTypeEntry> deviceTypes) : DeviceInterface(deviceTypes) {}
46
47
/// Internal registration function for common device clusters and endpoint registration.
0 commit comments