diff --git a/src/credentials/DeviceAttestationVendorReserved.h b/src/credentials/DeviceAttestationVendorReserved.h index d9dd9116256cd9..600dd7be2eba32 100644 --- a/src/credentials/DeviceAttestationVendorReserved.h +++ b/src/credentials/DeviceAttestationVendorReserved.h @@ -60,7 +60,7 @@ class DeviceAttestationVendorReservedDeconstructor if (!TLV::IsContextTag(tag)) break; } - // positioned to first context tag (vendor reserved data) + // positioned to first non-context tag (vendor reserved data) mIsInitialized = true; mIsAtFirstToken = true; return CHIP_NO_ERROR;