Skip to content

Commit

Permalink
Updated comment to reflect implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrodin authored and kaoudis committed Jan 25, 2023
1 parent 7dbc84b commit 5bec4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytracker/include/taintdag/outputfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ template <Section... Sections> class OutputFile {

// The FileHeader is constructed at offset zero of the mapped memory (file).
// It contains the metadata required to parse a TDAG file. Initially each
// section is assumed to be allocation_size in size. On destruction of
// section is assumed to be 0 bytes in size. On destruction of
// the OutputFile instance the size field of each section is updated to
// reflect the actual, used size.
struct FileHeader {
Expand Down

0 comments on commit 5bec4ab

Please sign in to comment.