Skip to content

Commit d1c1b5c

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

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/DeviceInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class DeviceInterface : public EndpointInterface
5353

5454
protected:
5555
/// 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.
56+
/// deviceTypes remains valid for the entire lifetime of the DeviceInterface object instance.
5757
DeviceInterface(Span<const DataModel::DeviceTypeEntry> deviceTypes) :
5858
mDeviceTypes(deviceTypes), mEndpointRegistration(*this, {})
5959
{}

0 commit comments

Comments
 (0)