Skip to content

Commit d557cba

Browse files
andy31415Copilot
andauthored
Update examples/all-devices-app/all-devices-common/devices/interface/SingleEndpointDevice.h
Co-authored-by: Copilot <[email protected]>
1 parent d1c1b5c commit d557cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all-devices-app/all-devices-common/devices/interface/SingleEndpointDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SingleEndpointDevice : public DeviceInterface
4141

4242
protected:
4343
/// 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.
44+
/// deviceTypes remains valid for the entire lifetime of the SingleEndpointDevice object instance.
4545
SingleEndpointDevice(Span<const DataModel::DeviceTypeEntry> deviceTypes) : DeviceInterface(deviceTypes) {}
4646

4747
/// Internal registration function for common device clusters and endpoint registration.

0 commit comments

Comments
 (0)