diff --git a/polytracker/include/taintdag/outputfile.h b/polytracker/include/taintdag/outputfile.h index b60a715d..752bba1f 100644 --- a/polytracker/include/taintdag/outputfile.h +++ b/polytracker/include/taintdag/outputfile.h @@ -88,7 +88,7 @@ template 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 {