From e3143e21ba8c9c22484cfa7296fbbc658a772b7e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 10 Sep 2025 11:18:53 -0400 Subject: [PATCH] Fix comment to be more accurate --- SabreTools.Serialization/Deserializers/PortableExecutable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreTools.Serialization/Deserializers/PortableExecutable.cs b/SabreTools.Serialization/Deserializers/PortableExecutable.cs index 5ec26816..6dd2db60 100644 --- a/SabreTools.Serialization/Deserializers/PortableExecutable.cs +++ b/SabreTools.Serialization/Deserializers/PortableExecutable.cs @@ -180,7 +180,7 @@ namespace SabreTools.Serialization.Deserializers // - If alignment is used, use the one from the optional header #region Hidden Resources - // Get the section size + // Get the table size int tableSize = (int)optionalHeader.ResourceTable.Size; // Align to the 512-byte boundary, we find the start of an MS-DOS header, or the end of the file