Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura committed Nov 12, 2023
1 parent 931d998 commit 5a0cb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packet++/header/TLVData.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace pcpp
}

/**
* A c'tor for this class that gets a pointer to the TLV record raw data (byte array) from `assign`
* A c'tor for this class
*/
TLVRecord() : m_Data(nullptr)
{
Expand Down

0 comments on commit 5a0cb39

Please sign in to comment.