Skip to content

Commit

Permalink
Update src/lib/support/jsontlv/TlvToJson.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
andy31415 and bzbarsky-apple authored Aug 4, 2023
1 parent 0a86978 commit 4935d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/support/jsontlv/TlvToJson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace {
// actual value of this does not actually matter, however we need
// a value to be able to read 32-bit implicit profile tags
//
// JSON format never as this and TLV payload contains "implicit profile"
// JSON format never has this and TLV payload contains "implicit profile"
// and this value is never stored.
constexpr uint32_t kTemporaryImplicitProfileId = 0xFF01;

Expand Down

0 comments on commit 4935d29

Please sign in to comment.