Skip to content

Commit

Permalink
Update src/credentials/DeviceAttestationVendorReserved.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
tcarmelveilleux and bzbarsky-apple authored Nov 18, 2021
1 parent d9e4140 commit 62bef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/DeviceAttestationVendorReserved.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 62bef80

Please sign in to comment.